ac/gpu_info: define AMD_MAX_WGP

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25271>
This commit is contained in:
Samuel Pitoiset 2023-09-18 14:00:00 +02:00
parent 129e27a46e
commit 97d87a431a

View file

@ -17,6 +17,7 @@ extern "C" {
#define AMD_MAX_SE 32
#define AMD_MAX_SA_PER_SE 2
#define AMD_MAX_WGP 60
struct amdgpu_gpu_info;