summaryrefslogtreecommitdiff
path: root/shared/drm.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-07-13 18:47:48 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-07-13 18:47:48 +0000
commit7b888f87fa5ec559df97a7e911dd5a3328895f6f (patch)
tree5c8d5e8cf2d024002130e1ad498f6195727fcd89 /shared/drm.h
parent4509385d37d0738f14d48bd91d9378e72dacc063 (diff)
applied Jeff's xf86cvs-I810copy.patch
Diffstat (limited to 'shared/drm.h')
-rw-r--r--shared/drm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/drm.h b/shared/drm.h
index 4affcc41..5a979e1c 100644
--- a/shared/drm.h
+++ b/shared/drm.h
@@ -353,6 +353,8 @@ typedef struct drm_agp_info {
#define DRM_IOCTL_I810_GETAGE DRM_IO ( 0x44)
#define DRM_IOCTL_I810_GETBUF DRM_IOWR(0x45, drm_i810_dma_t)
#define DRM_IOCTL_I810_SWAP DRM_IO ( 0x46)
+#define DRM_IOCTL_I810_COPY DRM_IOW( 0x47, drm_i810_copy_t)
+#define DRM_IOCTL_I810_DOCOPY DRM_IO ( 0x48)
/* Rage 128 specific ioctls */
#define DRM_IOCTL_R128_INIT DRM_IOW( 0x40, drm_r128_init_t)