From 5804400fd15478b763b84d08afb487245768fd85 Mon Sep 17 00:00:00 2001 From: Manish Patel Date: Wed, 21 Jan 2015 15:33:13 +0530 Subject: Fix HDMI issue on netbook Signed-off-by: Manish Patel --- drivers/video/wmt/vout-wmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/video/wmt/vout-wmt.c') diff --git a/drivers/video/wmt/vout-wmt.c b/drivers/video/wmt/vout-wmt.c index 323f9278..fe9d7c42 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:1024:600:60" }; + const char *display_param[] = { "2:0:24:1024:600:60", "4:0:24:1280:720:60" }; int varlen = 100; unsigned int parm[10]; vout_t *vo = 0; -- cgit