Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: Driver-specific ioctls range from 0x40 to 0x9f

DRM_COMMAND_END is 0xa0, so the last driver ioctl is 0x9f, not 0x99.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

authored by

Damien Lespiau and committed by
Daniel Vetter
735b9ffa a1bc07c5

+1 -1
+1 -1
include/uapi/drm/drm.h
··· 780 780 781 781 /** 782 782 * Device specific ioctls should only be in their respective headers 783 - * The device specific ioctl range is from 0x40 to 0x99. 783 + * The device specific ioctl range is from 0x40 to 0x9f. 784 784 * Generic IOCTLS restart at 0xA0. 785 785 * 786 786 * \sa drmCommandNone(), drmCommandRead(), drmCommandWrite(), and