Commit ac669251 authored by Sudip Mukherjee's avatar Sudip Mukherjee Committed by Greg Kroah-Hartman

staging: sm750fb: change default screen resolution

Update the default screen resolution and also use 24bpp for a better
screen performance.
Tested-by: default avatarTeddy Wang <teddy.wang@siliconmotion.com>
Signed-off-by: default avatarSudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 97b30bad
...@@ -33,7 +33,7 @@ static int g_hwcursor = 1; ...@@ -33,7 +33,7 @@ static int g_hwcursor = 1;
static int g_noaccel; static int g_noaccel;
static int g_nomtrr; static int g_nomtrr;
static const char *g_fbmode[] = {NULL, NULL}; static const char *g_fbmode[] = {NULL, NULL};
static const char *g_def_fbmode = "800x600-16@60"; static const char *g_def_fbmode = "1024x768-24@60";
static char *g_settings; static char *g_settings;
static int g_dualview; static int g_dualview;
static char *g_option; static char *g_option;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment