radv/video: Enable AV1 decode workaround for gfx1153

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:02:50 +02:00
committed by Marge Bot
parent 4893e09c10
commit 638fa01203
+2
View File
@@ -2334,6 +2334,8 @@ get_av1_msg(struct radv_device *device, struct radv_video_session *vid, struct v
result.tile_info[i].size = av1_pic_info->pTileSizes[i];
}
result.av1_intrabc_workaround = pdev->info.family == CHIP_GFX1153;
return result;
}