Skip to content

radeonsi: Add NV12 support for AV1

Sonny Jiang requested to merge sonny/mesa:sonny-master into main

8bit av1 decoding cannot use NV12 output, which is caused by missing NV12 RT format. It's a regression caused by commit [0504a3b0]. Fixes: 0504a3b0 ("radeonsi: correctly declare YUV420_10 RT Format support for AV1") Cc: mesa-stable

Signed-off-by: Sonny Jiang sonny.jiang@amd.com Reviewed-by: David Wu David.Wu3@amd.com

Merge request reports