Skip to content

Commit a6ea53e

Browse files
committed
bcm2708_fb: Default framebuffer to 32-bit
Can be overridden with framebuffer_depth=16 in config.txt for old behaviour
1 parent 8772731 commit a6ea53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/fbdev/bcm2708_fb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ static const char *bcm2708_name = "BCM2708 FB";
5151

5252
static int fbwidth = 800; /* module parameter */
5353
static int fbheight = 480; /* module parameter */
54-
static int fbdepth = 16; /* module parameter */
54+
static int fbdepth = 32; /* module parameter */
5555
static int fbswap = 0; /* module parameter */
5656

5757
static u32 dma_busy_wait_threshold = 1<<15;

0 commit comments

Comments
 (0)