rk fb: add YUV420 10bit output mode for next soc

Signed-off-by: hjc <hjc@rock-chips.com>
This commit is contained in:
hjc
2015-07-24 15:26:59 +08:00
parent 71a461a764
commit 0850cb04bd
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
#define OUT_S888DUMY 12
#define OUT_YUV_420 14
#define OUT_P101010 15
#define OUT_YUV_420_10BIT 16
#define OUT_P16BPP4 24
#define OUT_D888_P666 0x21 //18bit screen,connect to lcdc D2~D7, D10~D15, D18~D23
#define OUT_D888_P565 0x22

View File

@@ -130,6 +130,7 @@ extern bool rk_fb_poll_wait_frame_complete(void);
#define OUT_S888DUMY 12
#define OUT_YUV_420 14
#define OUT_P101010 15
#define OUT_YUV_420_10BIT 16
#define OUT_P16BPP4 24
#define OUT_D888_P666 0x21 //18bit screen,connect to lcdc D2~D7, D10~D15, D18~D23
#define OUT_D888_P565 0x22