summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/etnaviv/etnaviv_gpu.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2024-04-26 12:50:23 +1000
committerDave Airlie <airlied@redhat.com>2024-04-26 12:50:30 +1000
commitca382d6aa5adca82cd4c93194635fa0e64e6fa4f (patch)
treec5ee00354b60797e1acc025b563aa9c596976fc9 /drivers/gpu/drm/etnaviv/etnaviv_gpu.h
parent86ab9985214d9918113d6387bd0640e6166e68d1 (diff)
parente877d705704d7c8fe17b6b5ebdfdb14b84c207a7 (diff)
downloadlinux-next-ca382d6aa5adca82cd4c93194635fa0e64e6fa4f.tar.gz
linux-next-ca382d6aa5adca82cd4c93194635fa0e64e6fa4f.zip
Merge tag 'drm-etnaviv-fixes-2024-04-25' of https://git.pengutronix.de/git/lst/linux into drm-fixes
- fix GC7000 TX clock gating - revert NPU UAPI changes Signed-off-by: Dave Airlie <airlied@redhat.com> From: Lucas Stach <l.stach@pengutronix.de> Link: https://patchwork.freedesktop.org/patch/msgid/c24457dc18ba9eab3ff919b398a25b1af9f1124e.camel@pengutronix.de
Diffstat (limited to 'drivers/gpu/drm/etnaviv/etnaviv_gpu.h')
-rw-r--r--drivers/gpu/drm/etnaviv/etnaviv_gpu.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_gpu.h b/drivers/gpu/drm/etnaviv/etnaviv_gpu.h
index 7d5e9158e13c..197e0037732e 100644
--- a/drivers/gpu/drm/etnaviv/etnaviv_gpu.h
+++ b/drivers/gpu/drm/etnaviv/etnaviv_gpu.h
@@ -54,18 +54,6 @@ struct etnaviv_chip_identity {
/* Number of Neural Network cores. */
u32 nn_core_count;
- /* Number of MAD units per Neural Network core. */
- u32 nn_mad_per_core;
-
- /* Number of Tensor Processing cores. */
- u32 tp_core_count;
-
- /* Size in bytes of the SRAM inside the NPU. */
- u32 on_chip_sram_size;
-
- /* Size in bytes of the SRAM across the AXI bus. */
- u32 axi_sram_size;
-
/* Size of the vertex cache. */
u32 vertex_cache_size;