From 5e8168f1b7c0b66bc8aacdbf30ad6cf4ed25a67e Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 14 Feb 2024 10:54:35 -0400 Subject: [PATCH] asahi: add more uapi stubs for scratch Signed-off-by: Alyssa Rosenzweig Part-of: --- src/asahi/lib/agx_device.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/asahi/lib/agx_device.h b/src/asahi/lib/agx_device.h index d0b9ea3c9f3..b28a6e4ae38 100644 --- a/src/asahi/lib/agx_device.h +++ b/src/asahi/lib/agx_device.h @@ -53,6 +53,8 @@ struct drm_asahi_params_global { uint32_t gpu_variant; uint32_t num_dies; uint32_t timer_frequency_hz; + uint32_t num_cores_per_cluster; + uint64_t core_masks[32]; }; /* How many power-of-two levels in the BO cache do we want? 2^14 minimum chosen