mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
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:
parent
129e27a46e
commit
97d87a431a
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue