Ed Tanous | 1ccd57c | 2017-03-21 13:15:58 -0700 | [diff] [blame^] | 1 | #include "regs-video.h" |
| 2 | |
| 3 | INTERNAL_MODE Internal_Mode[] = { |
| 4 | // 1024x768 |
| 5 | {1024, 768, 0, 65.000}, |
| 6 | {1024, 768, 1, 65.000}, |
| 7 | {1024, 768, 2, 75.000}, |
| 8 | {1024, 768, 3, 78.750}, |
| 9 | {1024, 768, 4, 94.500}, |
| 10 | // 1280x1024 |
| 11 | {1280, 1024, 0, 108.000}, |
| 12 | {1280, 1024, 1, 108.000}, |
| 13 | {1280, 1024, 2, 135.000}, |
| 14 | {1280, 1024, 3, 157.500}, |
| 15 | // 1600x1200 |
| 16 | {1600, 1200, 0, 162.000}, |
| 17 | {1600, 1200, 1, 162.000}, |
| 18 | {1600, 1200, 2, 175.500}, |
| 19 | {1600, 1200, 3, 189.000}, |
| 20 | {1600, 1200, 4, 202.500}, |
| 21 | {1600, 1200, 5, 229.500}, |
| 22 | // 1920x1200 reduce blank |
| 23 | {1920, 1200, 0, 157.000}, |
| 24 | {1920, 1200, 1, 157.000}, |
| 25 | }; |
| 26 | uint16_t InternalEnhanceModeNumberCount = sizeof (Internal_Mode) / sizeof (INTERNAL_MODE); |