mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 01:52:32 -04:00
drm/etnaviv: Add nn_core_count to chip feature struct
We will use these for differentiating between GPUs and NPUs, as the downstream driver does. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
This commit is contained in:
committed by
Lucas Stach
parent
1b929c02af
commit
ab3d7b6d48
@@ -51,6 +51,9 @@ struct etnaviv_chip_identity {
|
||||
/* Number of shader cores. */
|
||||
u32 shader_core_count;
|
||||
|
||||
/* Number of Neural Network cores. */
|
||||
u32 nn_core_count;
|
||||
|
||||
/* Size of the vertex cache. */
|
||||
u32 vertex_cache_size;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user