mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-20 19:40:24 +01:00
ac: Enable 32bit predication on gfx10.
Signed-off-by: Georg Lehmann <dadschoorse@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11297>
This commit is contained in:
parent
a41ba20cbd
commit
fc437ef944
1 changed files with 1 additions and 1 deletions
|
|
@ -909,7 +909,7 @@ bool ac_query_gpu_info(int fd, void *dev_p, struct radeon_info *info,
|
|||
/* Support for GFX10.3 was added with F32_ME_FEATURE_VERSION_31 but the
|
||||
* feature version wasn't bumped.
|
||||
*/
|
||||
info->has_32bit_predication = info->chip_class >= GFX10_3 &&
|
||||
info->has_32bit_predication = info->chip_class >= GFX10 &&
|
||||
info->me_fw_feature >= 32;
|
||||
|
||||
/* Get the number of good compute units. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue