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>
(cherry picked from commit 638fa01203)
This commit is contained in:
David Rosca 2025-08-11 17:02:50 +02:00 committed by Eric Engestrom
parent 8307a4f3ea
commit 381673ce0d
2 changed files with 3 additions and 1 deletions

View file

@ -5174,7 +5174,7 @@
"description": "radv/video: Enable AV1 decode workaround for gfx1153",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -1885,6 +1885,8 @@ get_av1_msg(struct radv_device *device, struct radv_video_session *vid, struct r
result.tile_info[i].size = av1_pic_info->pTileSizes[i];
}
result.av1_intrabc_workaround = pdev->info.family == CHIP_GFX1153;
return result;
}