From 7552d80e367fe38bbc594fe94abd649917fe54d5 Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Thu, 15 Nov 2007 10:07:34 -0800 Subject: Add 1920x1080 mode to TV out Allows users to use 1080p modes on TV out, see bug #13034. --- src/i830_tv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i830_tv.c b/src/i830_tv.c index ee2538ad..e54786a6 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}, }; /** -- cgit v1.2.3