diff options
| author | Zubin Mithra <zsm@google.com> | 2023-05-09 16:40:39 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2023-05-17 09:42:51 +0200 |
| commit | defec93550d1458e035f93ab59a90e62f9abd7a5 (patch) | |
| tree | 2a4718727692c8a5d5508f7dc7f4150d6f340348 /sys/linux/dev_msm.txt | |
| parent | dc878b5a08bddca978890e84757372220f6f4ba5 (diff) | |
sys/linux: specify msm_fence_id as a resource
Diffstat (limited to 'sys/linux/dev_msm.txt')
| -rw-r--r-- | sys/linux/dev_msm.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/linux/dev_msm.txt b/sys/linux/dev_msm.txt index f9c0c8e09..9774bf148 100644 --- a/sys/linux/dev_msm.txt +++ b/sys/linux/dev_msm.txt @@ -7,6 +7,7 @@ include <drm/msm_drm.h> resource fd_msm[fd] resource msm_submitqueue_id[int32] +resource msm_fence_id[int32] openat$msm(fd const[AT_FDCWD], file ptr[in, string["/dev/msm"]], flags flags[open_flags], mode const[0]) fd_msm @@ -92,7 +93,7 @@ drm_msm_gem_submit_syncobj { drm_msm_gem_submit { flags flags[msm_gem_submit_flags, int32] - fence int32 + fence msm_fence_id (out) nr_bos len[bos, int32] nr_cmds len[cmds, int32] bos ptr64[in, array[drm_msm_gem_submit_bo]] @@ -108,9 +109,9 @@ drm_msm_gem_submit { } drm_msm_wait_fence { - fence int32 + fence msm_fence_id pad const[0, int32] - timeout drm_msm_timespec (in) + timeout drm_msm_timespec queueid msm_submitqueue_id } |
