diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drm.h | 1 | ||||
-rw-r--r-- | linux/i810_drv.c | 8 | ||||
-rw-r--r-- | linux/i810_drv.h | 8 |
3 files changed, 3 insertions, 14 deletions
diff --git a/linux/drm.h b/linux/drm.h index c36a832b..79dd5814 100644 --- a/linux/drm.h +++ b/linux/drm.h @@ -454,7 +454,6 @@ typedef struct drm_scatter_gather { #define DRM_IOCTL_I810_OV0FLIP DRM_IO ( 0x4b) #define DRM_IOCTL_I810_MC DRM_IOW( 0x4c, drm_i810_mc_t) #define DRM_IOCTL_I810_RSTATUS DRM_IO ( 0x4d ) -#define DRM_IOCTL_I810_VERTEX2 DRM_IOW( 0x4e, drm_i810_vertex2_t) /* Rage 128 specific ioctls */ diff --git a/linux/i810_drv.c b/linux/i810_drv.c index 3b66059d..733e5850 100644 --- a/linux/i810_drv.c +++ b/linux/i810_drv.c @@ -44,12 +44,10 @@ /* Interface history * * 1.1 - XFree86 4.1 - * 1.2 - Disable copying code (leave stub ioctls for backwards compatibility) - * - Remove requirement for interrupt (leave stubs again) - * - XvMC interfaces + * 1.2 - XvMC interfaces * - XFree86 4.2 - * 1.3 - Add VERTEX2 ioctl. (?) - * + * 1.3 - Disable copying code (leave stub ioctls for backwards compatibility) + * - Remove requirement for interrupt (leave stubs again) */ #define DRIVER_MAJOR 1 #define DRIVER_MINOR 3 diff --git a/linux/i810_drv.h b/linux/i810_drv.h index 7e3b3d09..99165cf8 100644 --- a/linux/i810_drv.h +++ b/linux/i810_drv.h @@ -114,17 +114,9 @@ extern int i810_dma_mc(struct inode *inode, struct file *filp, extern void i810_dma_quiescent(drm_device_t *dev); -/* Obsolete - */ int i810_dma_vertex(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg); -/* Handles multiple prims/ioctl, does any necessary copying in this - * ioctl: - */ -int i810_dma_vertex2(struct inode *inode, struct file *filp, - unsigned int cmd, unsigned long arg); - int i810_swap_bufs(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg); |