diff options
author | Y.C. Chen <yc_chen@aspeedtech.com> | 2013-08-07 13:39:29 +0800 |
---|---|---|
committer | Y.C. Chen <yc_chen@aspeedtech.com> | 2013-08-07 13:39:29 +0800 |
commit | 2e57123b7c68868d0b1fe1d591f6236a23c4f3aa (patch) | |
tree | 8962482d34a9ff439e8cc15c6407122883b65895 /src/ast.h | |
parent | 9ab60c6383055569874cff7f8c19973ef78bf0f9 (diff) |
Fixed Display Abnormal Issue with GOP Driver
Diffstat (limited to 'src/ast.h')
-rw-r--r-- | src/ast.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -106,6 +106,8 @@ typedef struct _ASTRegRec { ULONG GFX[12]; + UCHAR REGA4; + ULONG ENG8044; } ASTRegRec, *ASTRegPtr; typedef struct _VIDEOMODE { |