diff options
author | Christian Gmeiner <cgmeiner@igalia.com> | 2024-04-20 15:41:58 +0200 |
---|---|---|
committer | Lucas Stach <l.stach@pengutronix.de> | 2024-04-25 16:56:20 +0200 |
commit | e877d705704d7c8fe17b6b5ebdfdb14b84c207a7 (patch) | |
tree | 943322a4f7731bd3197ff1615a716ad822d1e231 /include | |
parent | d7a5c9de99b3a9a43dce49f2084eb69b5f6a9752 (diff) |
Revert "drm/etnaviv: Expose a few more chipspecs to userspace"
This reverts commit 1dccdba084897443d116508a8ed71e0ac8a031a4.
In userspace a different approach was choosen - hwdb. As a result, there
is no need for these values.
Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>
Reviewed-by: Tomeu Vizoso <tomeu@tomeuvizoso.net>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/drm/etnaviv_drm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/uapi/drm/etnaviv_drm.h b/include/uapi/drm/etnaviv_drm.h index d87410a8443a..af024d90453d 100644 --- a/include/uapi/drm/etnaviv_drm.h +++ b/include/uapi/drm/etnaviv_drm.h @@ -77,11 +77,6 @@ struct drm_etnaviv_timespec { #define ETNAVIV_PARAM_GPU_PRODUCT_ID 0x1c #define ETNAVIV_PARAM_GPU_CUSTOMER_ID 0x1d #define ETNAVIV_PARAM_GPU_ECO_ID 0x1e -#define ETNAVIV_PARAM_GPU_NN_CORE_COUNT 0x1f -#define ETNAVIV_PARAM_GPU_NN_MAD_PER_CORE 0x20 -#define ETNAVIV_PARAM_GPU_TP_CORE_COUNT 0x21 -#define ETNAVIV_PARAM_GPU_ON_CHIP_SRAM_SIZE 0x22 -#define ETNAVIV_PARAM_GPU_AXI_SRAM_SIZE 0x23 #define ETNA_MAX_PIPES 4 |