Skip to content
Commit 257d06f7 authored by Rob Clark's avatar Rob Clark
Browse files

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: default avatarRob Clark <robdclark@gmail.com>
parent e27c54ff
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment