mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 05:48:07 +02:00
panfrost: advertise YUV formats for valhall
Signed-off-by: Italo Nicola <italonicola@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24479>
This commit is contained in:
parent
3db786c006
commit
83c76cceaf
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ const struct pan_blendable_format
|
||||||
const struct panfrost_format GENX(panfrost_pipe_format)[PIPE_FORMAT_COUNT] = {
|
const struct panfrost_format GENX(panfrost_pipe_format)[PIPE_FORMAT_COUNT] = {
|
||||||
FMT(NONE, CONSTANT, 0000, L, VTR_),
|
FMT(NONE, CONSTANT, 0000, L, VTR_),
|
||||||
|
|
||||||
#if PAN_ARCH == 7
|
#if PAN_ARCH >= 7
|
||||||
/* Multiplane formats */
|
/* Multiplane formats */
|
||||||
FMT_YUV(R8G8_R8B8_UNORM, YUYV8, UVYA, NO_SWAP, CENTER_Y, _T__),
|
FMT_YUV(R8G8_R8B8_UNORM, YUYV8, UVYA, NO_SWAP, CENTER_Y, _T__),
|
||||||
FMT_YUV(G8R8_B8R8_UNORM, VYUY8, UYVA, SWAP, CENTER_Y, _T__),
|
FMT_YUV(G8R8_B8R8_UNORM, VYUY8, UYVA, SWAP, CENTER_Y, _T__),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue