You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drm/vc4: Extend BROADCOM_SAND modifier to handle computing automatically
The vc4 HVS can handle almost any column height in the SAND format,
and this was signalled via the vendor bits in DRM_FORMAT_MOD_BROADCOM_SAND128.
DRM is now requiring that all potential modifier values are reported,
not just the canonical version of them.
It is not feasible to report all the potential column heights,
therefore add an option to go for a lowest common denominator
calculation that computes the column height as height * 3/2 as
it is YUV420.
Signed-off-by: Dave Stevenson <[email protected]>
0 commit comments