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>

No differences found