Skip to content

Commit

Permalink
staging: sm750fb: change default screen resolution
Browse files Browse the repository at this point in the history
Update the default screen resolution and also use 24bpp for a better
screen performance.

Tested-by: Teddy Wang <[email protected]>
Signed-off-by: Sudip Mukherjee <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
sudipm-mukherjee authored and gregkh committed Jun 6, 2017
1 parent 97b30ba commit ac66925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/sm750fb/sm750.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ static int g_hwcursor = 1;
static int g_noaccel;
static int g_nomtrr;
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 int g_dualview;
static char *g_option;
Expand Down

0 comments on commit ac66925

Please sign in to comment.