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