aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/sm750.c
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2017-06-19 21:32:58 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-23 19:36:49 +0200
commit888db9a6e02c8bf82c2753acf146c71b662c5ba5 (patch)
tree680e680df195ed914a582dbebab9209595c02465 /drivers/staging/sm750fb/sm750.c
parentstaging: fb_xgi: vb_table: Remove white space after tabstop (diff)
downloadlinux-dev-888db9a6e02c8bf82c2753acf146c71b662c5ba5.tar.xz
linux-dev-888db9a6e02c8bf82c2753acf146c71b662c5ba5.zip
staging: sm750fb: change default screen resolution
The previous patch which updated screen resolution was tested under wrong environment. sm750 driver does not support 24bpp. It only supports 8bpp, 16bpp and 32bpp. Lets update the default screen resolution to use 32bpp for a better screen performance. Fixes: ac669251087d ("staging: sm750fb: change default screen resolution") Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm750fb/sm750.c')
-rw-r--r--drivers/staging/sm750fb/sm750.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/sm750fb/sm750.c b/drivers/staging/sm750fb/sm750.c
index d5934f372387..664c220f1df4 100644
--- a/drivers/staging/sm750fb/sm750.c
+++ b/drivers/staging/sm750fb/sm750.c
@@ -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 = "1024x768-24@60";
+static const char *g_def_fbmode = "1024x768-32@60";
static char *g_settings;
static int g_dualview;
static char *g_option;