diff options
Diffstat (limited to 'include/drm/drm_ioctl.h')
| -rw-r--r-- | include/drm/drm_ioctl.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drm/drm_ioctl.h b/include/drm/drm_ioctl.h index fafb6f592c4b..10100a4bbe2a 100644 --- a/include/drm/drm_ioctl.h +++ b/include/drm/drm_ioctl.h @@ -114,6 +114,9 @@ enum drm_ioctl_flags {  	 * Whether &drm_ioctl_desc.func should be called with the DRM BKL held  	 * or not. Enforced as the default for all modern drivers, hence there  	 * should never be a need to set this flag. +	 * +	 * Do not use anywhere else than for the VBLANK_WAIT IOCTL, which is the +	 * only legacy IOCTL which needs this.  	 */  	DRM_UNLOCKED		= BIT(4),  	/**  |