[PATCH] drm: pl111: enable render node
Peter Collingbourne
pcc at google.com
Thu Apr 23 22:34:59 UTC 2020
The render node is required by Android which does not support the legacy
drmAuth authentication process.
Signed-off-by: Peter Collingbourne <pcc at google.com>
---
drivers/gpu/drm/pl111/pl111_drv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/pl111/pl111_drv.c b/drivers/gpu/drm/pl111/pl111_drv.c
index aa8aa8d9e405..246662129715 100644
--- a/drivers/gpu/drm/pl111/pl111_drv.c
+++ b/drivers/gpu/drm/pl111/pl111_drv.c
@@ -225,7 +225,7 @@ DEFINE_DRM_GEM_CMA_FOPS(drm_fops);
static struct drm_driver pl111_drm_driver = {
.driver_features =
- DRIVER_MODESET | DRIVER_GEM | DRIVER_ATOMIC,
+ DRIVER_MODESET | DRIVER_GEM | DRIVER_ATOMIC | DRIVER_RENDER,
.ioctls = NULL,
.fops = &drm_fops,
.name = "pl111",
--
2.26.2.303.gf8c07b1a785-goog
More information about the dri-devel
mailing list