aboutsummaryrefslogtreecommitdiff
path: root/kernel/uapi/ethosu.h
diff options
context:
space:
mode:
authorDavide Grohmann <davide.grohmann@arm.com>2021-06-17 09:59:40 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2021-08-13 09:56:16 +0000
commit40e23d12017ba8aa40bb15c9214cd7ac531a159e (patch)
tree232ce65c8998a746fa1d9b381388efd56d900bca /kernel/uapi/ethosu.h
parent1c26baa1e8fde9f730c0ef472187937619d32471 (diff)
downloadethos-u-linux-driver-stack-40e23d12017ba8aa40bb15c9214cd7ac531a159e.tar.gz
Do not expose device specific hw config in capabilities21.08-rc1
Change-Id: Ia90e2d74c3e071c6e3de381cfada9a5a155d7529
Diffstat (limited to 'kernel/uapi/ethosu.h')
-rw-r--r--kernel/uapi/ethosu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/uapi/ethosu.h b/kernel/uapi/ethosu.h
index 3e4e7a3..3c0a983 100644
--- a/kernel/uapi/ethosu.h
+++ b/kernel/uapi/ethosu.h
@@ -149,13 +149,11 @@ struct ethosu_uapi_device_hw_id {
* struct ethosu_uapi_device_hw_cfg - Device hardware configuration
* @macs_per_cc: MACs per clock cycle
* @cmd_stream_version: NPU command stream version
- * @shram_size: SHRAM size
* @custom_dma: Custom DMA enabled
*/
struct ethosu_uapi_device_hw_cfg {
__u32 macs_per_cc;
__u32 cmd_stream_version;
- __u32 shram_size;
__u32 custom_dma;
};