From c7c6156aecdee2838dd0e193a3d529ecbb797ae7 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Sat, 30 Dec 2000 23:28:53 +0000 Subject: add blit ioctl, fix plnwt handling --- linux/mga_drm.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'linux/mga_drm.h') 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 -- cgit v1.2.3