Skip to content

Commit 0cd3e27

Browse files
committed
drm/vc4: Add missing render node support
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]>
1 parent e582b6c commit 0cd3e27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/vc4/vc4_drv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ static struct drm_driver vc4_drm_driver = {
8181
DRIVER_ATOMIC |
8282
DRIVER_GEM |
8383
DRIVER_HAVE_IRQ |
84+
DRIVER_RENDER |
8485
DRIVER_PRIME),
8586
.lastclose = vc4_lastclose,
8687
.irq_handler = vc4_irq,

0 commit comments

Comments
 (0)