]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/msm: Take the ioctls away from the KMS-only driver
authorRob Clark <robin.clark@oss.qualcomm.com>
Sat, 5 Jul 2025 14:52:41 +0000 (07:52 -0700)
committerRob Clark <robin.clark@oss.qualcomm.com>
Sat, 5 Jul 2025 16:59:12 +0000 (09:59 -0700)
commit98f11fd1cf92c32f988e3699d1148fb2e317dd29
tree5d9b237b9db7635d4b2d0bb4d5f57a692152a396
parentee82e5a2c5155d06ef0b7ab4bac8cb4bb8a2893a
drm/msm: Take the ioctls away from the KMS-only driver

KMS-only drivers should only allocate dumb buffers.  The driver custom
ioctls are only meant for the usermode gpu driver (mesa), and not for
general consumption, so they don't make sense for standalone KMS
drivers.

Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/662598/
drivers/gpu/drm/msm/msm_drv.c