mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
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/
This commit is contained in:
parent
ee82e5a2c5
commit
98f11fd1cf
|
|
@ -865,8 +865,6 @@ static const struct drm_driver msm_kms_driver = {
|
|||
#endif
|
||||
MSM_FBDEV_DRIVER_OPS,
|
||||
.show_fdinfo = msm_show_fdinfo,
|
||||
.ioctls = msm_ioctls,
|
||||
.num_ioctls = ARRAY_SIZE(msm_ioctls),
|
||||
.fops = &fops,
|
||||
.name = "msm-kms",
|
||||
.desc = "MSM Snapdragon DRM",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user