From: Peter Collingbourne <pcc@google.com>
To: Eric Anholt <eric@anholt.net>
Cc: Peter Collingbourne <pcc@google.com>, dri-devel@lists.freedesktop.org
Subject: [PATCH] drm: pl111: enable render node
Date: Thu, 23 Apr 2020 15:34:59 -0700 [thread overview]
Message-ID: <20200423223459.200858-1-pcc@google.com> (raw)
The render node is required by Android which does not support the legacy
drmAuth authentication process.
Signed-off-by: Peter Collingbourne <pcc@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
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2020-04-23 22:51 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-23 22:34 Peter Collingbourne [this message]
2020-04-24 4:29 ` [PATCH] drm: pl111: enable render node Eric Anholt
2020-04-24 11:09 ` Emil Velikov
2020-04-24 18:53 ` Peter Collingbourne
2020-04-27 14:43 ` Emil Velikov
2020-04-27 15:58 ` Peter Collingbourne
2020-04-30 11:07 ` Emil Velikov
2020-04-27 16:47 ` Eric Anholt
2020-04-27 19:57 ` Peter Collingbourne
2020-04-27 20:05 ` [PATCH] drm: enable render nodes wherever buffer sharing is supported Peter Collingbourne
2020-04-27 20:47 ` Eric Anholt
2020-04-28 2:22 ` Peter Collingbourne
2020-04-28 11:48 ` Liviu Dudau
2020-04-28 16:47 ` Peter Collingbourne
2020-04-29 16:16 ` Brian Starkey
2020-04-29 16:51 ` Peter Collingbourne
2020-04-29 17:31 ` Liviu Dudau
2020-04-30 10:30 ` Brian Starkey
2020-04-30 10:44 ` Daniel Vetter
2020-04-30 10:44 ` Daniel Vetter
2020-04-30 19:57 ` Eric Anholt
2020-05-04 11:51 ` Daniel Vetter
2020-04-28 15:05 ` [PATCH] drm: pl111: enable render node Daniel Vetter
2020-04-30 10:50 ` Emil Velikov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200423223459.200858-1-pcc@google.com \
--to=pcc@google.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=eric@anholt.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox