diff options
author | Kevin E Martin <kem@kem.org> | 2001-01-05 19:42:02 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2001-01-05 19:42:02 +0000 |
commit | 0885a6be6dbe2d0e840aa32fba5ded2b038ec23a (patch) | |
tree | 3a4471ab69109c3c22ccd1485725e8cb58c08107 /linux/mga_drm.h | |
parent | 71897876f193282dd49d3eb37f277377a3ec8bb2 (diff) |
- Merge trunk into ati-5-0-0 branchati-5-0-0-20010105ati-5-0-0-branch
Diffstat (limited to 'linux/mga_drm.h')
-rw-r--r-- | linux/mga_drm.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/linux/mga_drm.h b/linux/mga_drm.h index 52cf7766..53813393 100644 --- a/linux/mga_drm.h +++ b/linux/mga_drm.h @@ -271,4 +271,14 @@ typedef struct _drm_mga_indices { int discard; /* client finished with buffer? */ } drm_mga_indices_t; +typedef struct _drm_mga_blit { + unsigned int planemask; + unsigned int source; + unsigned int dest; + int delta_sx, delta_sy; + int delta_dx, delta_dy; + int height, ydir; /* flip image vertically */ + int source_pitch, dest_pitch; +} drm_mga_blit_t; + #endif |