radeonsi/vcn: correct tile_size_bytes_minus1

Acked-by: Leo Liu <leo.liu@amd.com>
Signed-off-by: Ruijing Dong <ruijing.dong@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29423>
This commit is contained in:
Ruijing Dong
2024-05-23 16:10:30 -04:00
committed by Marge Bot
parent 57307df766
commit e20acd605e
+1 -1
View File
@@ -787,7 +787,7 @@ static int si_get_video_param(struct pipe_screen *screen, enum pipe_video_profil
union pipe_av1_enc_cap_features_ext2 attrib_ext2;
attrib_ext2.value = 0;
attrib_ext2.bits.tile_size_bytes_minus1 = 1;
attrib_ext2.bits.tile_size_bytes_minus1 = 3;
attrib_ext2.bits.obu_size_bytes_minus1 = 1;
/**
* tx_mode supported.