Skip to content
Commit 0d5982de authored by Eric Anholt's avatar Eric Anholt Committed by popcornmix
Browse files

drm/vc4: Expose the format modifiers for firmware kms.



This should technically not expose VC4_T_TILED on pi4.  However, if we
don't expose anything, then userspace will assume that display can
handle whatever modifiers 3d can do (UIF on 2711).  By exposing a
list, that will get intersected with what 3D can do so that we get T
tiling for display on 2710 and linear on 2711.

Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent 5910223d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment