asahi: Stub num_dies

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>
This commit is contained in:
Alyssa Rosenzweig 2023-08-11 10:31:40 -04:00 committed by Marge Bot
parent 41d094c2cc
commit e5f76821f1

View 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