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:
David Rosca 2025-08-11 17:01:49 +02:00 committed by Eric Engestrom
parent 2fd1222a4f
commit ddd18d6b3e
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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 {