mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 07:00:11 +01:00
fix IOCTL define
This commit is contained in:
parent
a4655d892a
commit
ee319e3a4c
1 changed files with 2 additions and 2 deletions
|
|
@ -143,5 +143,5 @@
|
|||
#define LINUX_DRM_IOCTL_RADEON_TEXTURE 0x644e
|
||||
|
||||
/* card specific ioctls may increase the DRM_MAX */
|
||||
#define IOCTL_DRM_MIN LINUX_DRM_IOCTL_VERSION
|
||||
#define IOCTL_DRM_MAX LINUX_DRM_IOCTL_R128_FULLSCREEN
|
||||
#define LINUX_IOCTL_DRM_MIN LINUX_DRM_IOCTL_VERSION
|
||||
#define LINUX_IOCTL_DRM_MAX LINUX_DRM_IOCTL_R128_FULLSCREEN
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue