diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-07-13 18:47:48 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-07-13 18:47:48 +0000 |
commit | 7b888f87fa5ec559df97a7e911dd5a3328895f6f (patch) | |
tree | 5c8d5e8cf2d024002130e1ad498f6195727fcd89 /linux/i810_drm.h | |
parent | 4509385d37d0738f14d48bd91d9378e72dacc063 (diff) |
applied Jeff's xf86cvs-I810copy.patch
Diffstat (limited to 'linux/i810_drm.h')
-rw-r--r-- | linux/i810_drm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux/i810_drm.h b/linux/i810_drm.h index 4c8e09f6..c5f51c9a 100644 --- a/linux/i810_drm.h +++ b/linux/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; |