File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,6 @@ pub const MASTER: u32 = bindings::drm_ioctl_flags_DRM_MASTER;
55
55
/// This is equivalent to callers with the SYSADMIN capability.
56
56
pub const ROOT_ONLY : u32 = bindings:: drm_ioctl_flags_DRM_ROOT_ONLY;
57
57
58
- /// Whether drm_ioctl_desc.func should be called with the DRM BKL held or not. Enforced as the
59
- /// default for all modern drivers, hence there should never be a need to set this flag.
60
- ///
61
- /// Do not use anywhere else than for the VBLANK_WAIT IOCTL, which is the only legacy IOCTL which
62
- /// needs this.
63
- pub const UNLOCKED : u32 = bindings:: drm_ioctl_flags_DRM_UNLOCKED;
64
-
65
58
/// This is used for all ioctl needed for rendering only, for drivers which support render nodes.
66
59
/// This should be all new render drivers, and hence it should be always set for any ioctl with
67
60
/// `AUTH` set. Note though that read-only query ioctl might have this set, but have not set
You can’t perform that action at this time.
0 commit comments