From 4e6ce30b8f07d62a037736b1baaa4e7d77b5bb7a Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Mon, 14 Sep 2009 08:42:47 +0000 Subject: [PATCH] added modeline for 1920x1080p, fullHD TV mode, based on GSM W2353 screen's native line (bug #4479). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33131 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/accelerants/nvidia/ProposeDisplayMode.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/add-ons/accelerants/nvidia/ProposeDisplayMode.c b/src/add-ons/accelerants/nvidia/ProposeDisplayMode.c index b8141a998e..680676d660 100644 --- a/src/add-ons/accelerants/nvidia/ProposeDisplayMode.c +++ b/src/add-ons/accelerants/nvidia/ProposeDisplayMode.c @@ -4,7 +4,7 @@ Other authors for NV driver: Mark Watson, - Rudolf Cornelissen 9/2002-8/2009 + Rudolf Cornelissen 9/2002-9/2009 */ #define MODULE_BIT 0x00400000 @@ -91,7 +91,8 @@ static const display_mode mode_list[] = { /* 16:9 panel mode; 1366x768 (HDTV '1280x720p') note: horizontal CRTC timing must be a multiple of 8! (hardware restriction) */ { { 85500, 1368, 1440, 1576, 1792, 768, 771, 774, 798, T_POSITIVE_SYNC}, B_CMAP8, 1368, 768, 0, 0, MODE_FLAGS}, /* Vesa_Monitor_@60Hz_(1366X768) */ -/* fixme, add: 16:9 panel mode; 1920x1080 (HDTV 1920x1080p) */ +/* 16:9 panel mode; 1920x1080 (HDTV 1920x1080p) */ +{ { 148500, 1920, 2008, 2052, 2200, 1080, 1084, 1089, 1125, T_POSITIVE_SYNC}, B_CMAP8, 1920, 1080, 0, 0, MODE_FLAGS}, /* Vesa_Monitor_@60Hz_(1920X1080) */ };