aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_fbdev.c
diff options
context:
space:
mode:
authorLaurent Pinchart <[email protected]>2018-05-25 16:39:22 +0000
committerTomi Valkeinen <[email protected]>2018-06-28 10:41:05 +0000
commitdc8c9aeee5098688c1085691213fb9a703bf20ad (patch)
tree233f6c722cbdd5b50fe81753921fea8e6fd5f95b /drivers/gpu/drm/omapdrm/omap_fbdev.c
parentdrm/omap: gem: Merge __omap_gem_get_pages() and omap_gem_attach_pages() (diff)
downloadkernel-dc8c9aeee5098688c1085691213fb9a703bf20ad.tar.gz
kernel-dc8c9aeee5098688c1085691213fb9a703bf20ad.zip
drm/omap: gem: Don't take struct_mutex to get GEM object mmap offset
GEM objects mmap offsets are created by calling drm_gem_create_mmap_offset_size() that doesn't need struct_mutex protection as it includes its own locking, based on a size that is static across the object's life time. Remove the unneeded struct_mutex locking. Signed-off-by: Laurent Pinchart <[email protected]> Reviewed-by: Daniel Vetter <[email protected]> Reviewed-by: Tomi Valkeinen <[email protected]> Signed-off-by: Tomi Valkeinen <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_fbdev.c')
0 files changed, 0 insertions, 0 deletions