From da4ec0d4afa51af2f715347461a38678918b9912 Mon Sep 17 00:00:00 2001 From: Manish Patel Date: Fri, 13 Feb 2015 13:00:43 +0530 Subject: Set most favourable resolution for LCD and HDMI Signed-off-by: Manish Patel --- drivers/video/wmt/vout-wmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/wmt/vout-wmt.c b/drivers/video/wmt/vout-wmt.c index fe9d7c42..1a56c728 100644 --- a/drivers/video/wmt/vout-wmt.c +++ b/drivers/video/wmt/vout-wmt.c @@ -950,7 +950,7 @@ const char *vout_sys_parm_str[] = {"wmt.display.param", "wmt.display.param2"}; int vout_check_display_info(struct vout_init_parm_t *init_parm) { char buf[100]; - const char *display_param[] = { "2:0:24:1024:600:60", "4:0:24:1280:720:60" }; + const char *display_param[] = { "2:0:24:1280:720:60", "4:0:24:1024:720:60" }; int varlen = 100; unsigned int parm[10]; vout_t *vo = 0; -- cgit