From 7b888f87fa5ec559df97a7e911dd5a3328895f6f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 13 Jul 2000 18:47:48 +0000 Subject: applied Jeff's xf86cvs-I810copy.patch --- linux-core/i810_drm.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'linux-core/i810_drm.h') 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; -- cgit v1.2.3