xf86-video-intel: src/i830_tv.c

Jesse Barnes jbarnes at kemper.freedesktop.org
Thu Nov 15 10:07:38 PST 2007


 src/i830_tv.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7552d80e367fe38bbc594fe94abd649917fe54d5
Author: Jesse Barnes <jbarnes at hobbes.virtuousgeek.org>
Date:   Thu Nov 15 10:07:34 2007 -0800

    Add 1920x1080 mode to TV out
    
    Allows users to use 1080p modes on TV out, see bug #13034.

diff --git a/src/i830_tv.c b/src/i830_tv.c
index ee2538a..e54786a 100644
--- a/src/i830_tv.c
+++ b/src/i830_tv.c
@@ -1398,6 +1398,7 @@ static struct input_res {
 	{"1280x1024", 1280, 1024},
 	{"848x480", 848, 480},
 	{"1280x720", 1280, 720},
+	{"1920x108", 1920, 1080},
 };
 
 /**


More information about the xorg-commit mailing list