mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-04 23:20:31 +01:00
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:
parent
57307df766
commit
e20acd605e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue