mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
rk fb: add YUV420 10bit output mode for next soc
Signed-off-by: hjc <hjc@rock-chips.com>
This commit is contained in:
parent
71a461a764
commit
0850cb04bd
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user