projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e582b6c
)
drm/vc4: Add missing render node support
author
Eric Anholt
<
[email protected]
>
Fri, 15 Apr 2016 06:16:05 +0000
(23:16 -0700)
committer
Eric Anholt
<
[email protected]
>
Mon, 2 May 2016 23:18:10 +0000
(16:18 -0700)
There shouldn't be any other driver support necessary, since none of
the driver-specific ioctls ever required auth, and none of them deal
with modesetting.
Signed-off-by: Eric Anholt <
[email protected]
>
Reviewed-by: Daniel Vetter <
[email protected]
>
drivers/gpu/drm/vc4/vc4_drv.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/vc4/vc4_drv.c
b/drivers/gpu/drm/vc4/vc4_drv.c
index 54f9f52fa004440e6b9e2fb5d7eb257c04d94107..143dd98aa0793208753de64056ec9bc5666dae7e 100644
(file)
--- a/
drivers/gpu/drm/vc4/vc4_drv.c
+++ b/
drivers/gpu/drm/vc4/vc4_drv.c
@@
-81,6
+81,7
@@
static struct drm_driver vc4_drm_driver = {
DRIVER_ATOMIC |
DRIVER_GEM |
DRIVER_HAVE_IRQ |
+ DRIVER_RENDER |
DRIVER_PRIME),
.lastclose = vc4_lastclose,
.irq_handler = vc4_irq,