projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23c49bc
)
rk screen:add SCREEN_TYPE SCREEN_MIPI
author
yxj
<yxj@rock-chips.com>
Thu, 11 Apr 2013 01:38:56 +0000
(09:38 +0800)
committer
yxj
<yxj@rock-chips.com>
Thu, 18 Apr 2013 07:33:22 +0000
(15:33 +0800)
include/linux/rk_screen.h
patch
|
blob
|
history
diff --git
a/include/linux/rk_screen.h
b/include/linux/rk_screen.h
index 84f538aa1b207eb3bda050558544a54e0c98e133..8e45f9284f44d608df01efdb6db12b917daad641 100644
(file)
--- a/
include/linux/rk_screen.h
+++ b/
include/linux/rk_screen.h
@@
-44,12
+44,13
@@
Y TX11 G7 G1 GND GND
*/
typedef enum _SCREEN_TYPE {
- SCREEN_NULL = 0,
- SCREEN_RGB,
- SCREEN_LVDS,
+
SCREEN_NULL = 0,
+
SCREEN_RGB,
+
SCREEN_LVDS,
SCREEN_MCU,
- SCREEN_TVOUT,
- SCREEN_HDMI,
+ SCREEN_TVOUT,
+ SCREEN_HDMI,
+ SCREEN_MIPI,
} SCREEN_TYPE;
typedef enum _REFRESH_STAGE {