diff options
author | Laurent Pinchart <[email protected]> | 2018-05-25 19:39:22 +0300 |
---|---|---|
committer | Tomi Valkeinen <[email protected]> | 2018-06-28 13:41:05 +0300 |
commit | dc8c9aeee5098688c1085691213fb9a703bf20ad (patch) | |
tree | 233f6c722cbdd5b50fe81753921fea8e6fd5f95b /drivers/gpu/drm/omapdrm/omap_debugfs.c | |
parent | 2491244d7709d4e35f61d75ed3f6b4ea31b0a6f3 (diff) |
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_debugfs.c')
0 files changed, 0 insertions, 0 deletions