mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-04 23:38:02 +02:00
DRM_IOCTL_I810_GETBUF needs to be declared WR since it returns information.
This commit is contained in:
parent
4e5b40a9bd
commit
46f2275dab
3 changed files with 3 additions and 3 deletions
|
|
@ -349,7 +349,7 @@ typedef struct drm_agp_info {
|
|||
#define DRM_IOCTL_I810_CLEAR DRM_IOW( 0x42, drm_i810_clear_t)
|
||||
#define DRM_IOCTL_I810_FLUSH DRM_IO ( 0x43)
|
||||
#define DRM_IOCTL_I810_GETAGE DRM_IO ( 0x44)
|
||||
#define DRM_IOCTL_I810_GETBUF DRM_IOW( 0x45, drm_i810_dma_t)
|
||||
#define DRM_IOCTL_I810_GETBUF DRM_IOWR(0x45, drm_i810_dma_t)
|
||||
#define DRM_IOCTL_I810_SWAP DRM_IO ( 0x46)
|
||||
|
||||
/* Rage 128 specific ioctls */
|
||||
|
|
|
|||
|
|
@ -349,7 +349,7 @@ typedef struct drm_agp_info {
|
|||
#define DRM_IOCTL_I810_CLEAR DRM_IOW( 0x42, drm_i810_clear_t)
|
||||
#define DRM_IOCTL_I810_FLUSH DRM_IO ( 0x43)
|
||||
#define DRM_IOCTL_I810_GETAGE DRM_IO ( 0x44)
|
||||
#define DRM_IOCTL_I810_GETBUF DRM_IOW( 0x45, drm_i810_dma_t)
|
||||
#define DRM_IOCTL_I810_GETBUF DRM_IOWR(0x45, drm_i810_dma_t)
|
||||
#define DRM_IOCTL_I810_SWAP DRM_IO ( 0x46)
|
||||
|
||||
/* Rage 128 specific ioctls */
|
||||
|
|
|
|||
|
|
@ -349,7 +349,7 @@ typedef struct drm_agp_info {
|
|||
#define DRM_IOCTL_I810_CLEAR DRM_IOW( 0x42, drm_i810_clear_t)
|
||||
#define DRM_IOCTL_I810_FLUSH DRM_IO ( 0x43)
|
||||
#define DRM_IOCTL_I810_GETAGE DRM_IO ( 0x44)
|
||||
#define DRM_IOCTL_I810_GETBUF DRM_IOW( 0x45, drm_i810_dma_t)
|
||||
#define DRM_IOCTL_I810_GETBUF DRM_IOWR(0x45, drm_i810_dma_t)
|
||||
#define DRM_IOCTL_I810_SWAP DRM_IO ( 0x46)
|
||||
|
||||
/* Rage 128 specific ioctls */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue