diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-01-05 16:39:31 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-01-11 16:30:08 +0100 |
| commit | 1c63ef6666846fb805f7ab30cd2d55e4189bab6a (patch) | |
| tree | aaf4d9f1d3005d59d128079b8fab884e12fb5038 /sys/linux/dev_dri.txt.const | |
| parent | c1cff6f1ec1346f5d9c1e499dae0bd106ebb39ec (diff) | |
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.
Diffstat (limited to 'sys/linux/dev_dri.txt.const')
| -rw-r--r-- | sys/linux/dev_dri.txt.const | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
