OSDN Git Service

drm/vc4: Add more display planes to each CRTC.
authorEric Anholt <eric@anholt.net>
Tue, 20 Oct 2015 13:18:56 +0000 (14:18 +0100)
committerEric Anholt <eric@anholt.net>
Tue, 16 Feb 2016 19:24:08 +0000 (11:24 -0800)
commitfc2d6f1eabee9d971453da2a27a72471c2a347dd
tree13f68d8b3b7f1ee20501dc9a0c4b8169859f7b2a
parentd8dbf44f13b91185c618219d912b246817a8d132
drm/vc4: Add more display planes to each CRTC.

Previously we only did the primary and cursor plane, but overlay
planes are useful and just require this setup to add, since all planes
go into the HVS display list in the same way.

Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/vc4_crtc.c