From 1c63ef6666846fb805f7ab30cd2d55e4189bab6a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 5 Jan 2022 16:39:31 +0100 Subject: sys/linux: improve dev_dri descriptions Add construcor for drm_plane_id resource that returns it outside of an array. Provide more detailed desriptions for DRM_IOCTL_SYNCOBJ_HANDLE_TO_FD/DRM_IOCTL_SYNCOBJ_FD_TO_HANDLE as they accept/return complete different resources. --- sys/linux/dev_dri.txt.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/dev_dri.txt.const') diff --git a/sys/linux/dev_dri.txt.const b/sys/linux/dev_dri.txt.const index c94550379..e65913d93 100644 --- a/sys/linux/dev_dri.txt.const +++ b/sys/linux/dev_dri.txt.const @@ -142,6 +142,7 @@ DRM_PROP_NAME_LEN = 32 DRM_RM_COMMAND = 1 DRM_SYNCOBJ_CREATE_SIGNALED = 1 DRM_SYNCOBJ_FD_TO_HANDLE_FLAGS_IMPORT_SYNC_FILE = 1 +DRM_SYNCOBJ_HANDLE_TO_FD_FLAGS_EXPORT_SYNC_FILE = 1 DRM_SYNCOBJ_QUERY_FLAGS_LAST_SUBMITTED = 1 DRM_SYNCOBJ_WAIT_FLAGS_WAIT_ALL = 1 DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE = 4 -- cgit mrf-deployment