diff options
author | Y.C. Chen <yc_chen@aspeedtech.com> | 2013-08-01 21:47:29 +0800 |
---|---|---|
committer | Y.C. Chen <yc_chen@aspeedtech.com> | 2013-08-01 21:47:29 +0800 |
commit | 15b22ad50df0dff78a2db9fb4c536ab7faf92f07 (patch) | |
tree | 2b6c6b503bc34c94258f2f5e7749b6032a990138 /src/ast_mode.h | |
parent | 414341bd08353c4711cc9c39013ad5023a023738 (diff) |
Support 1360x768 and 1600x900 Resolutions
Diffstat (limited to 'src/ast_mode.h')
-rw-r--r-- | src/ast_mode.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ast_mode.h b/src/ast_mode.h index 04e4962..950bbce 100644 --- a/src/ast_mode.h +++ b/src/ast_mode.h @@ -57,6 +57,8 @@ #define VCLK71 0x15 #define VCLK88_75 0x16 #define VCLK119 0x17 +#define VCLK85_5 0x18 +#define VCLK97_75 0x19 /* Flags Definition */ #define Charx8Dot 0x00000001 @@ -69,7 +71,8 @@ #define SyncNN 0x000000C0 #define HBorder 0x00000020 #define VBorder 0x00000010 -#define WideScreenMode 0x00000100 +#define WideScreenMode 0x00000100 +#define NewModeInfo 0x00000200 /* DAC Definition */ #define DAC_NUM_TEXT 64 |