mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02: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
40c6bec8bc
commit
92e3004cda
2 changed files with 3 additions and 1 deletions
|
|
@ -34,7 +34,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
|
||||
|
|
|
|||
|
|
@ -2333,6 +2333,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