asahi: Stub num_dies
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Fri, 11 Aug 2023 14:31:40 +0000 (10:31 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 11 Aug 2023 20:31:27 +0000 (20:31 +0000)
We'll use it in the upstreamable driver portion soon.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24635>

src/asahi/lib/agx_device.h

index 4738540..837a63b 100644 (file)
@@ -48,6 +48,7 @@ struct drm_asahi_params_global {
    uint32_t num_clusters_total;
    uint32_t gpu_generation;
    uint32_t gpu_variant;
+   uint32_t num_dies;
 };
 
 /* How many power-of-two levels in the BO cache do we want? 2^14 minimum chosen