mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
ac/vcn_dec: Add av1_intrabc_workaround
Cc: mesa-stable
Reviewed-by: Ruijing Dong <ruijing.dong@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36725>
(cherry picked from commit 231d877cc8)
This commit is contained in:
parent
2fd1222a4f
commit
ddd18d6b3e
2 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
|||
"description": "ac/vcn_dec: Add av1_intrabc_workaround",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -1086,6 +1086,7 @@ typedef struct rvcn_dec_message_av1_s {
|
|||
rvcn_dec_warped_motion_params_t global_motion[8];
|
||||
rvcn_dec_av1_tile_info_t tile_info[256];
|
||||
unsigned char reserved[3];
|
||||
unsigned int av1_intrabc_workaround;
|
||||
} rvcn_dec_message_av1_t;
|
||||
|
||||
typedef struct rvcn_dec_feature_index_s {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue