diff options
| author | Zubin Mithra <zsm@google.com> | 2023-05-09 09:18:11 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2023-05-17 09:42:51 +0200 |
| commit | 5cb6d800ac76a957c1bdb5a9637ae91616af3289 (patch) | |
| tree | f741ca423864f67f4aed90cd1c67aab54e5c1ff7 /sys/linux/dev_msm.txt.const | |
| parent | defec93550d1458e035f93ab59a90e62f9abd7a5 (diff) | |
sys/linux: add description for ioctl$DRM_IOCTL_MSM_SET_PARAM
Add flag values and update constants.
Diffstat (limited to 'sys/linux/dev_msm.txt.const')
| -rw-r--r-- | sys/linux/dev_msm.txt.const | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/linux/dev_msm.txt.const b/sys/linux/dev_msm.txt.const index 036ebe9eb..65ca6c974 100644 --- a/sys/linux/dev_msm.txt.const +++ b/sys/linux/dev_msm.txt.const @@ -8,6 +8,7 @@ DRM_IOCTL_MSM_GEM_MADVISE = 3222037576 DRM_IOCTL_MSM_GEM_NEW = 3222299714 DRM_IOCTL_MSM_GEM_SUBMIT = 3225969734 DRM_IOCTL_MSM_GET_PARAM = 3222824000 +DRM_IOCTL_MSM_SET_PARAM = 3222824001 DRM_IOCTL_MSM_SUBMITQUEUE_CLOSE = 1074029643, mips64le:ppc64le:2147771467 DRM_IOCTL_MSM_SUBMITQUEUE_NEW = 3222037578 DRM_IOCTL_MSM_SUBMITQUEUE_QUERY = 1075340364, mips64le:ppc64le:2149082188 @@ -22,16 +23,24 @@ MSM_INFO_GET_IOVA = 1 MSM_INFO_GET_NAME = 3 MSM_INFO_GET_OFFSET = 0 MSM_INFO_SET_NAME = 2 +MSM_INFO_SET_IOVA = 4 MSM_MADV_DONTNEED = 1 MSM_MADV_WILLNEED = 0 MSM_PARAM_CHIP_ID = 3 MSM_PARAM_FAULTS = 9 MSM_PARAM_GMEM_BASE = 6 +MSM_PARAM_PRIORITIES = 7 MSM_PARAM_GMEM_SIZE = 2 MSM_PARAM_GPU_ID = 1 MSM_PARAM_MAX_FREQ = 4 MSM_PARAM_NR_RINGS = 7 MSM_PARAM_PP_PGTABLE = 8 +MSM_PARAM_SUSPENDS = 10 +MSM_PARAM_SYSPROF = 11 +MSM_PARAM_COMM = 12 +MSM_PARAM_CMDLINE = 13 +MSM_PARAM_VA_START = 14 +MSM_PARAM_VA_SIZE = 15 MSM_PARAM_TIMESTAMP = 5 MSM_PIPE_2D0 = 1 MSM_PIPE_2D1 = 2 |
