aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_agpsupport.c
diff options
context:
space:
mode:
authorThomas Zimmermann <[email protected]>2023-11-22 12:09:40 +0000
committerThomas Zimmermann <[email protected]>2023-12-06 09:08:32 +0000
commit2798ffcc1d6a788b5769b1fbcf0750dfc06ae98a (patch)
treebc59c8581831ddc0c2051e9a26e37542e1f2300b /drivers/gpu/drm/drm_agpsupport.c
parentdrm: Remove support for legacy drivers (diff)
downloadkernel-2798ffcc1d6a788b5769b1fbcf0750dfc06ae98a.tar.gz
kernel-2798ffcc1d6a788b5769b1fbcf0750dfc06ae98a.zip
drm: Remove locking for legacy ioctls and DRM_UNLOCKED
Modern DRM drivers acquire ioctl locks by themselves. Legacy ioctls for user-space mode setting used to acquire drm_global_mutex. After removing the ioctl entry points, also remove the locking code. The only legacy ioctl without global locking was VBLANK_WAIT, which has been removed as well. Hence remove the related DRM_UNLOCKED flag. Signed-off-by: Thomas Zimmermann <[email protected]> Reviewed-by: David Airlie <[email protected]> Reviewed-by: Daniel Vetter <[email protected]> Acked-by: Alex Deucher <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/drm_agpsupport.c')
0 files changed, 0 insertions, 0 deletions