summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
authorY.C. Chen <yc_chen@aspeedtech.com>2009-06-04 14:24:31 +0800
committerY.C. Chen <yc_chen@aspeedtech.com>2009-06-04 14:24:31 +0800
commit2eb00170bfb9defe99a10dbfd4039952670fd099 (patch)
tree5a843f4db10474ff5f9d43254a720c1e5ae71a0d /src/ast.h
parente7e38d2ba0fcd6c1debbfd1062663a18f25f6266 (diff)
xf86-video-ast-v.0.89.8
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ast.h b/src/ast.h
index bafd29b..0757e64 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -158,6 +158,7 @@ typedef struct _ASTRec {
ScreenBlockHandlerProcPtr BlockHandler;
UCHAR jChipType;
+ UCHAR jDRAMType;
Bool noAccel;
Bool noHWC;
@@ -186,6 +187,11 @@ typedef struct _ASTRec {
HWCINFO HWCInfo;
ULONG ulCMDReg;
Bool EnableClip;
+
+ int clip_left;
+ int clip_top;
+ int clip_right;
+ int clip_bottom;
} ASTRec, *ASTRecPtr;