• Rob Clark's avatar
    drm/msm: small mmap offset cleanups · 257d06f7
    Rob Clark authored
    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>
    257d06f7
msm_gem.c 16.5 KB