diff options
author | Manish Patel | 2015-01-21 15:33:13 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-01-21 15:53:19 +0530 |
commit | 5804400fd15478b763b84d08afb487245768fd85 (patch) | |
tree | d1016964a4df6f0af7ad95dfdf6210b100d3ef56 /drivers/video/wmt/vout-wmt.c | |
parent | 1ceab5c5a0e8c1c4b08c0ab7c32024584f87f442 (diff) | |
download | FOSSEE-netbook-kernel-source-5804400fd15478b763b84d08afb487245768fd85.tar.gz FOSSEE-netbook-kernel-source-5804400fd15478b763b84d08afb487245768fd85.tar.bz2 FOSSEE-netbook-kernel-source-5804400fd15478b763b84d08afb487245768fd85.zip |
Fix HDMI issue on netbook
Signed-off-by: Manish Patel <manish.patel@xzadium.com>
Diffstat (limited to 'drivers/video/wmt/vout-wmt.c')
-rw-r--r-- | drivers/video/wmt/vout-wmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |