diff options
author | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2007-11-15 10:07:34 -0800 |
---|---|---|
committer | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2007-11-15 10:07:34 -0800 |
commit | 7552d80e367fe38bbc594fe94abd649917fe54d5 (patch) | |
tree | 94df7a87e8e4d6e50839e795685e2c02f5592e1f | |
parent | e56c166ceb8c1ceddd5020e8de2d0b9d51f535a4 (diff) |
Add 1920x1080 mode to TV out
Allows users to use 1080p modes on TV out, see bug #13034.
-rw-r--r-- | src/i830_tv.c | 1 |
1 files changed, 1 insertions, 0 deletions
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}, }; /** |