Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00249adc authored by Stefan Schmidt's avatar Stefan Schmidt Committed by Russell King
Browse files

[ARM] 5165/1: pxafb: More LCCR3 depth defines



Add missing depth definitions to LCCR3.

Signed-off-by: default avatarDaniel Ribeiro <drwyrm@gmail.com>
Acked-by: default avatarEric Miao <eric.miao@marvell.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent c0b8556f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -24,6 +24,12 @@
#define LCCR3_4BPP	(2 << 24)
#define LCCR3_8BPP	(3 << 24)
#define LCCR3_16BPP	(4 << 24)
#define LCCR3_18BPP	(5 << 24)
#define LCCR3_18BPP_P	(6 << 24)
#define LCCR3_19BPP	(7 << 24)
#define LCCR3_19BPP_P	(1 << 29)
#define LCCR3_24BPP	((1 << 29) | (1 << 24))
#define LCCR3_25BPP	((1 << 29) | (2 << 24))

#define LCCR3_PDFOR_0	(0 << 30)
#define LCCR3_PDFOR_1	(1 << 30)