diff --git a/.pick_status.json b/.pick_status.json index 37ac16c1e61..4e3a353e1c1 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -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 diff --git a/src/amd/common/ac_vcn_dec.h b/src/amd/common/ac_vcn_dec.h index 975d65e769d..e5035fc8448 100644 --- a/src/amd/common/ac_vcn_dec.h +++ b/src/amd/common/ac_vcn_dec.h @@ -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 {