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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user