diff options
| author | p0-tato <smartphonewithbear@gmail.com> | 2024-12-12 19:30:42 +0900 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2024-12-19 09:13:41 +0000 |
| commit | 31365a3402975ed7d24883e46e4f28d7dc26bbd4 (patch) | |
| tree | d21fb75f6ca0dd07402541a8c9e87dec4aef6039 /sys/linux/dev_mali.txt.const | |
| parent | 1432fc84530255f6208c5719be796918244fa9d3 (diff) | |
sys/linux: add descriptions for Mali Driver
sys/linux: run make extract
sys/linux: add Descriptions for Mali GPU Driver
sys/linux: add Descriptions for Mali GPU Driver
sys/linux: add descriptions for Mali Driver
sys/linux: add descriptions for Mali Driver
Diffstat (limited to 'sys/linux/dev_mali.txt.const')
| -rw-r--r-- | sys/linux/dev_mali.txt.const | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/linux/dev_mali.txt.const b/sys/linux/dev_mali.txt.const index 9eae42f13..14e32a0b9 100644 --- a/sys/linux/dev_mali.txt.const +++ b/sys/linux/dev_mali.txt.const @@ -27,6 +27,9 @@ KBASE_IOCTL_KCPU_QUEUE_DELETE = 1074298926 KBASE_IOCTL_KCPU_QUEUE_ENQUEUE = 1074823215 KBASE_IOCTL_KINSTR_PRFCNT_ENUM_INFO = 3222306872 KBASE_IOCTL_KINSTR_PRFCNT_SETUP = 3222306873 +KBASE_IOCTL_KINSTR_PRFCNT_CMD = 1074839296 +KBASE_IOCTL_KINSTR_PRFCNT_GET_SAMPLE = 2148581121 +KBASE_IOCTL_KINSTR_PRFCNT_PUT_SAMPLE = 1074839312 KBASE_IOCTL_MEM_ALLOC_EX = 3225452603 KBASE_IOCTL_READ_USER_PAGE = 3221782588 KBASE_IOCTL_SET_LIMITED_CORE_COUNT = 1073840183 @@ -38,6 +41,10 @@ KBASE_QUEUE_GROUP_PRIORITY_MEDIUM = 2 KBASE_QUEUE_GROUP_PRIORITY_REALTIME = 0 LATEST_FLUSH = 0 MAX_SUPPORTED_CSGS = 31 +PRFCNT_CONTROL_CMD_DISCARD = 5 +PRFCNT_CONTROL_CMD_SAMPLE_SYNC = 3 +PRFCNT_CONTROL_CMD_START = 1 +PRFCNT_CONTROL_CMD_STOP = 2 PRFCNT_BLOCK_TYPE_FE = 0 PRFCNT_BLOCK_TYPE_MEMORY = 2 PRFCNT_BLOCK_TYPE_RESERVED = 255 @@ -59,4 +66,4 @@ PRFCNT_SET_RESERVED = 255 PRFCNT_SET_SECONDARY = 1 PRFCNT_SET_TERTIARY = 2 __NR_ioctl = amd64:16, arm64:29 -max_supported_streams = 992 +max_supported_streams = 992
\ No newline at end of file |
