ac/gpu_info: replace num_good_cu_per_sh with min/max_good_cu_per_sa
[mesa.git] / src / amd / vulkan / radv_device.c
index dee5563e8243c8a80ec71a4460957cfde88d7afb..6b8ab29d5a95e0dd80fe9dabe3d807579ce6df59 100644 (file)
@@ -1753,7 +1753,7 @@ void radv_GetPhysicalDeviceProperties2(
                        properties->shaderArraysPerEngineCount =
                                pdevice->rad_info.max_sh_per_se;
                        properties->computeUnitsPerShaderArray =
-                               pdevice->rad_info.num_good_cu_per_sh;
+                               pdevice->rad_info.min_good_cu_per_sa;
                        properties->simdPerComputeUnit =
                                pdevice->rad_info.num_simd_per_compute_unit;
                        properties->wavefrontsPerSimd =