aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux
diff options
context:
space:
mode:
authorStephen Boyd <swboyd@chromium.org>2023-04-11 13:47:35 -0700
committerDmitry Vyukov <dvyukov@google.com>2023-04-12 08:30:15 +0200
commit1a1596b614d3c3ebe71d3bc60db781d58ced5cf4 (patch)
tree1c07d650663b6737b3b45432017fd03a5c74dc59 /sys/linux
parentf36a9fb01e908a30618a198f019ca056c38c1420 (diff)
sys/linux: remove outdated comment in msm
This comment is no longer relevant once we removed fd_msm_fence.
Diffstat (limited to 'sys/linux')
-rw-r--r--sys/linux/dev_msm.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/linux/dev_msm.txt b/sys/linux/dev_msm.txt
index 7b83e5fd5..a3d770eaa 100644
--- a/sys/linux/dev_msm.txt
+++ b/sys/linux/dev_msm.txt
@@ -7,11 +7,6 @@ include <drm/msm_drm.h>
resource fd_msm[fd]
-# This either comes from a MSM_GEM_SUBMIT ioctl described below or from a kms
-# ioctl creating an OUT_FENCE_PTR (see drivers/gpu/drm/drm_atomic_uapi.c and
-# https://www.kernel.org/doc/html/latest/gpu/drm-kms.html for more details)
-# Once fences are described this should be updated to an fd_drm_fence.
-
openat$msm(fd const[AT_FDCWD], file ptr[in, string["/dev/msm"]], flags flags[open_flags], mode const[0]) fd_msm
ioctl$DRM_IOCTL_MSM_GET_PARAM(fd fd_msm, cmd const[DRM_IOCTL_MSM_GET_PARAM], arg ptr[inout, drm_msm_param])