commit | 257d06f7043a432774a315223053730f8b170b0e | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Wed Nov 12 15:25:50 2014 -0500 |
committer | Rob Clark <robdclark@gmail.com> | Sun Nov 16 14:27:39 2014 -0500 |
tree | 63f7eb6d3a506a7c7dd030697171bab8f50711da | |
parent | e27c54ffd2b30f9e09f13211869449ec97c6e42f [diff] |
drm/msm: small mmap offset cleanups Use pre-computed iova when unmapping, to reduce the places we assume iova and mmap offset are (at the moment) the same. And get rid of an extra drm_gem_free_mmap_offset() call (since it is already called from drm_gem_object_release()) Signed-off-by: Rob Clark <robdclark@gmail.com>