From 1a1596b614d3c3ebe71d3bc60db781d58ced5cf4 Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Tue, 11 Apr 2023 13:47:35 -0700 Subject: sys/linux: remove outdated comment in msm This comment is no longer relevant once we removed fd_msm_fence. --- sys/linux/dev_msm.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/linux') 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 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]) -- cgit mrf-deployment