summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2009-02-19 01:00:33 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2009-03-03 20:43:39 +0800
commita67a911a93ff3c0b3d2e6f6fb20c0787b9d4d41d (patch)
treee57ece8c892c235c5d82ce8d62114a1aa23103c6
parentbd360e7517835626bee54bec968cdc78908c6545 (diff)
TV: sort input mode lines
-rw-r--r--src/i830_tv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_tv.c b/src/i830_tv.c
index b13abd44..267da3b2 100644
--- a/src/i830_tv.c
+++ b/src/i830_tv.c
@@ -1405,10 +1405,10 @@ static struct input_res {
{
{"640x480", 640, 480},
{"800x600", 800, 600},
- {"1024x768", 1024, 768},
- {"1280x1024", 1280, 1024},
{"848x480", 848, 480},
+ {"1024x768", 1024, 768},
{"1280x720", 1280, 720},
+ {"1280x1024", 1280, 1024},
{"1920x1080", 1920, 1080},
};