summaryrefslogtreecommitdiff
path: root/src/radeon_modes.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-03-05 12:26:04 -0500
committerAlex Deucher <alexdeucher@gmail.com>2009-03-05 12:26:04 -0500
commit5dc4b69fbdd0e8ca48cc00321f193260a8f10bd0 (patch)
treeab05def6a4d0c426c11fbd6d86f512053c2c3183 /src/radeon_modes.c
parent3b0fc22ad9e5c0f120a74c4f3d8e48c270f0ff29 (diff)
radeon: add a few more default common modes for lvds
Diffstat (limited to 'src/radeon_modes.c')
-rw-r--r--src/radeon_modes.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/radeon_modes.c b/src/radeon_modes.c
index 3545cdc4..ec60cc9b 100644
--- a/src/radeon_modes.c
+++ b/src/radeon_modes.c
@@ -425,10 +425,10 @@ radeon_add_common_modes(xf86OutputPtr output, DisplayModePtr modes)
DisplayModePtr first = NULL;
int i;
/* Add some common sizes */
- int widths[10] = {640, 800, 1024, 1280, 1280, 1440, 1400, 1680, 1600, 1920};
- int heights[10] = {480, 600, 768, 960, 1024, 900, 1050, 1050, 1200, 1200};
+ int widths[15] = {640, 800, 1024, 1152, 1280, 1280, 1280, 1280, 1280, 1440, 1400, 1680, 1600, 1920, 1920};
+ int heights[15] = {480, 600, 768, 768, 720, 800, 854, 960, 1024, 900, 1050, 1050, 1200, 1080, 1200};
- for (i = 0; i < 10; i++) {
+ for (i = 0; i < 15; i++) {
if (radeon_output->active_device & (ATOM_DEVICE_LCD_SUPPORT)) {
/* already added the native mode */
if (widths[i] == native_mode->PanelXRes && heights[i] == native_mode->PanelYRes)