mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
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:
parent
8307a4f3ea
commit
381673ce0d
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue