Tom Wai-Hong Tam | 2a67bd8 | 2014-10-15 06:49:40 +0800 | [diff] [blame] | 1 | # Copyright 2014 The Chromium OS Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
Alison Y. Chang | fa8c1b9 | 2014-08-12 18:43:48 +0800 | [diff] [blame] | 4 | |
Tom Wai-Hong Tam | 2a67bd8 | 2014-10-15 06:49:40 +0800 | [diff] [blame] | 5 | """Options to create an EDID binary blob.""" |
Alison Y. Chang | fa8c1b9 | 2014-08-12 18:43:48 +0800 | [diff] [blame] | 6 | |
| 7 | timings = [ |
| 8 | '720x400 @ 70 Hz', |
| 9 | '720x400 @ 88 Hz', |
| 10 | '640x480 @ 60 Hz', |
| 11 | '640x480 @ 67 Hz', |
| 12 | '640x480 @ 72 Hz', |
| 13 | '640x480 @ 75 Hz', |
| 14 | '800x600 @ 56 Hz', |
| 15 | '800x600 @ 60 Hz', |
| 16 | '800x600 @ 72 Hz', |
| 17 | '800x600 @ 75 Hz', |
| 18 | '832x624 @ 75 Hz', |
| 19 | '1024x768 @ 87 Hz, interlaced (1024x768i)', |
| 20 | '1024x768 @ 60 Hz', |
| 21 | '1024x768 @ 72 Hz', |
| 22 | '1024x768 @ 75 Hz', |
| 23 | '1280x1024 @ 75 Hz', |
| 24 | '1152x870 @ 75 Hz (Apple Macintosh II)', |
| 25 | 'Manufacturer specific display mode 1', |
| 26 | 'Manufacturer specific display mode 2', |
| 27 | 'Manufacturer specific display mode 3', |
| 28 | 'Manufacturer specific display mode 4', |
| 29 | 'Manufacturer specific display mode 5', |
| 30 | 'Manufacturer specific display mode 6', |
| 31 | 'Manufacturer specific display mode 7' |
| 32 | ] |