Skip to content
Snippets Groups Projects
Commit cea66935 authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Sebastian Reichel
Browse files

[HACK] gpu: drm: imx: dpu95: do not expose DRIVER_RENDER


The display controller should not expose a render node. This
will confuse userspace.

Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 0f875ba8
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
DEFINE_DRM_GEM_DMA_FOPS(dpu95_drm_driver_fops); DEFINE_DRM_GEM_DMA_FOPS(dpu95_drm_driver_fops);
static struct drm_driver dpu95_drm_driver = { static struct drm_driver dpu95_drm_driver = {
.driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_ATOMIC | DRIVER_RENDER, .driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_ATOMIC,
DRM_GEM_DMA_DRIVER_OPS, DRM_GEM_DMA_DRIVER_OPS,
.ioctls = imx_drm_dpu95_ioctls, .ioctls = imx_drm_dpu95_ioctls,
.num_ioctls = ARRAY_SIZE(imx_drm_dpu95_ioctls), .num_ioctls = ARRAY_SIZE(imx_drm_dpu95_ioctls),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment