mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-31 07:50:20 +01:00
Remove references to dead i810_vertex2 ioctl
This commit is contained in:
parent
2b56c96e70
commit
86c0484e0f
7 changed files with 6 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue