hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/include/drm/drm_ioctl.h
....@@ -115,6 +115,9 @@
115115 * Whether &drm_ioctl_desc.func should be called with the DRM BKL held
116116 * or not. Enforced as the default for all modern drivers, hence there
117117 * should never be a need to set this flag.
118
+ *
119
+ * Do not use anywhere else than for the VBLANK_WAIT IOCTL, which is the
120
+ * only legacy IOCTL which needs this.
118121 */
119122 DRM_UNLOCKED = BIT(4),
120123 /**