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>
This commit is contained in:
David Rosca 2025-08-11 17:01:49 +02:00 committed by Marge Bot
parent 021a3f768b
commit 231d877cc8

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 {