summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2006-03-14 23:51:52 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2006-03-14 23:51:52 +0000
commit24d5661d2c703582e44ce140d0eb7251433e1ad0 (patch)
tree596fcffe716a6fb4f8c4d56c0378493298ba38bb /src/ast.h
parent4e31187407a6dfe53a9d15f06c8c4584e20125ba (diff)
Version 0.80 from ASPEED Technology Inc. (Fixed get video buffer size
incorrect issue) Bugzilla #4937 <https://bugs.freedesktop.org/show_bug.cgi?id=4937> Attachment #4932 <https://bugs.freedesktop.org/attachment.cgi?id=4932>
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ast.h b/src/ast.h
index 16ec028..2ec9846 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -38,7 +38,7 @@
#define AST_NAME "AST1000/2000"
#define AST_DRIVER_NAME "ast"
#define AST_MAJOR_VERSION 0
-#define AST_MINOR_VERSION 62
+#define AST_MINOR_VERSION 80
#define AST_PATCH_VERSION 0
#define AST_VERSION \
((AST_MAJOR_VERSION << 20) | (AST_MINOR_VERSION << 10) | AST_PATCH_VERSION)
@@ -47,6 +47,7 @@
#define DEFAULT_VIDEOMEM_SIZE 0x00800000
#define DEFAULT_MMIO_SIZE 0x00020000
#define DEFAULT_CMDQ_SIZE 0x00100000
+#define MIN_CMDQ_SIZE 0x00040000
#define CMD_QUEUE_GUARD_BAND 0x00000020
#define DEFAULT_HWC_NUM 0x00000002
@@ -148,7 +149,7 @@ typedef struct _ASTRec {
IOADDRESS IODBase; /* Base of PIO memory area */
IOADDRESS PIOOffset;
IOADDRESS RelocateIO;
-
+
VIDEOMODE VideoModeInfo;
ASTRegRec SavedReg;
CMDQINFO CMDQInfo;