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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user