projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc2fd1c
)
[ARM] pxafb: add color TFT 8BPP LCD panel type
author
Eric Miao
<eric.miao@marvell.com>
Sun, 7 Dec 2008 09:48:00 +0000
(17:48 +0800)
committer
Eric Miao
<eric.miao@marvell.com>
Wed, 17 Dec 2008 14:44:45 +0000
(22:44 +0800)
Signed-off-by: Eric Miao <eric.miao@marvell.com>
arch/arm/mach-pxa/include/mach/pxafb.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-pxa/include/mach/pxafb.h
b/arch/arm/mach-pxa/include/mach/pxafb.h
index cbda4d35c42130d44eca008fce11cc03ac9f9ba2..cb44410cd4560d5da9ecacd3a4f79d63aaea4230 100644
(file)
--- a/
arch/arm/mach-pxa/include/mach/pxafb.h
+++ b/
arch/arm/mach-pxa/include/mach/pxafb.h
@@
-48,6
+48,7
@@
#define LCD_MONO_DSTN_8BPP ((8 << 4) | LCD_TYPE_MONO_DSTN)
#define LCD_COLOR_STN_8BPP ((8 << 4) | LCD_TYPE_COLOR_STN)
#define LCD_COLOR_DSTN_16BPP ((16 << 4) | LCD_TYPE_COLOR_DSTN)
+#define LCD_COLOR_TFT_8BPP ((8 << 4) | LCD_TYPE_COLOR_TFT)
#define LCD_COLOR_TFT_16BPP ((16 << 4) | LCD_TYPE_COLOR_TFT)
#define LCD_COLOR_TFT_18BPP ((18 << 4) | LCD_TYPE_COLOR_TFT)
#define LCD_SMART_PANEL_8BPP ((8 << 4) | LCD_TYPE_SMART_PANEL)