aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_msm.txt
diff options
context:
space:
mode:
authorStephen Boyd <swboyd@chromium.org>2023-04-11 13:19:49 -0700
committerDmitry Vyukov <dvyukov@google.com>2023-04-12 08:30:15 +0200
commitf36a9fb01e908a30618a198f019ca056c38c1420 (patch)
treec650b96525e39c72f9c07117d65b309b9dfe4965 /sys/linux/dev_msm.txt
parent49faf98dc72370166c0fc4bb96b9a582f55908d0 (diff)
sys/linux: mark drm_msm_gem_new 'handle' as out
The handle is an output value, used for other gem handle inputs. Mark it as such to clarify where gem handles come from.
Diffstat (limited to 'sys/linux/dev_msm.txt')
-rw-r--r--sys/linux/dev_msm.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/dev_msm.txt b/sys/linux/dev_msm.txt
index daddfb703..7b83e5fd5 100644
--- a/sys/linux/dev_msm.txt
+++ b/sys/linux/dev_msm.txt
@@ -32,7 +32,7 @@ _ = __NR_mmap2
drm_msm_gem_new {
size int64
flags flags[msm_gem_new_flags, int32]
- handle drm_gem_handle
+ handle drm_gem_handle (out)
}
drm_msm_gem_info {