aboutsummaryrefslogtreecommitdiff
path: root/linux-core/i810_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 /linux-core/i810_drm.h
parent4509385d37d0738f14d48bd91d9378e72dacc063 (diff)
applied Jeff's xf86cvs-I810copy.patch
Diffstat (limited to 'linux-core/i810_drm.h')
-rw-r--r--linux-core/i810_drm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/linux-core/i810_drm.h b/linux-core/i810_drm.h
index 4c8e09f6..c5f51c9a 100644
--- a/linux-core/i810_drm.h
+++ b/linux-core/i810_drm.h
@@ -178,6 +178,12 @@ typedef struct _drm_i810_vertex {
int discard; /* client is finished with the buffer? */
} drm_i810_vertex_t;
+typedef struct _drm_i810_copy_t {
+ int idx; /* buffer index */
+ int used; /* nr bytes in use */
+ void *address; /* Address to copy from */
+} drm_i810_copy_t;
+
typedef struct drm_i810_dma {
void *virtual;
int request_idx;