]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
drm: Driver-specific ioctls range from 0x40 to 0x9f
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 9 Jun 2014 13:39:50 +0000 (14:39 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 18 Jun 2014 11:50:16 +0000 (13:50 +0200)
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>
include/uapi/drm/drm.h

index 9abbeb924cbb74a7e0bfba97d178831e92590d4f..b0b85561364161e7ce5c8196a6a8b03940db4b9d 100644 (file)
@@ -780,7 +780,7 @@ struct drm_prime_handle {
 
 /**
  * Device specific ioctls should only be in their respective headers
- * The device specific ioctl range is from 0x40 to 0x99.
+ * The device specific ioctl range is from 0x40 to 0x9f.
  * Generic IOCTLS restart at 0xA0.
  *
  * \sa drmCommandNone(), drmCommandRead(), drmCommandWrite(), and