diff --git a/.pick_status.json b/.pick_status.json index e5ee00dca34..09093aacbf4 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -414,7 +414,7 @@ "description": "Revert \"radeonsi/vcn: AV1 skip the redundant bs resize\"", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null diff --git a/src/gallium/drivers/radeonsi/radeon_vcn_dec.c b/src/gallium/drivers/radeonsi/radeon_vcn_dec.c index 6d19d84c47f..ad12990fa60 100644 --- a/src/gallium/drivers/radeonsi/radeon_vcn_dec.c +++ b/src/gallium/drivers/radeonsi/radeon_vcn_dec.c @@ -2873,9 +2873,6 @@ static void radeon_dec_decode_bitstream(struct pipe_video_codec *decoder, if (!dec->bs_ptr) return; - if (dec->bs_size && dec->stream_type == RDECODE_CODEC_AV1) - return; - unsigned long total_bs_size = dec->bs_size; for (i = 0; i < num_buffers; ++i) total_bs_size += sizes[i];