From 33c62e8e654fa2228bc3fd31ec0fe010703f363a Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 2 Mar 2006 17:53:38 -0800 Subject: Change the order of reg writes for restore, possibly increasing chances of success. Also save and restore ADPA. --- src/i830.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/i830.h') diff --git a/src/i830.h b/src/i830.h index 199416a1..321827ad 100644 --- a/src/i830.h +++ b/src/i830.h @@ -403,6 +403,7 @@ typedef struct _I830Rec { CARD32 saveDSPBSTRIDE; CARD32 saveDSPBPOS; CARD32 saveDSPBBASE; + CARD32 saveADPA; } I830Rec; -- cgit v1.2.3