Skip to content

Commit 98f11fd

Browse files
author
Rob Clark
committed
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 <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/662598/
1 parent ee82e5a commit 98f11fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/msm/msm_drv.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -865,8 +865,6 @@ static const struct drm_driver msm_kms_driver = {
865865
#endif
866866
MSM_FBDEV_DRIVER_OPS,
867867
.show_fdinfo = msm_show_fdinfo,
868-
.ioctls = msm_ioctls,
869-
.num_ioctls = ARRAY_SIZE(msm_ioctls),
870868
.fops = &fops,
871869
.name = "msm-kms",
872870
.desc = "MSM Snapdragon DRM",

0 commit comments

Comments
 (0)