drm/rockchip: ebc_dev: release version v1.01

Signed-off-by: Zorro Liu <lyx@rock-chips.com>
Change-Id: Iea75e131c55bae23c71c1a59a94c48b61416dd5e
This commit is contained in:
Zorro Liu
2021-01-19 23:21:27 +08:00
committed by Tao Huang
parent 49b336287f
commit 31538abc7d
5 changed files with 23161 additions and 26118 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -21,15 +21,8 @@ struct panel_buffer {
struct ebc_panel {
struct device *dev;
struct ebc_tcon *tcon;
struct eink_tcon *eink_tcon;
struct ebc_pmic *pmic;
struct panel_buffer fb[DIRECT_FB_NUM]; //for direct mode, one pixel 2bit
struct panel_buffer auto_old; //for three win mode, one pixel 4bit
struct panel_buffer auto_new; //for three win mode, one pixel 4bit
struct panel_buffer auto_count; //for three win mode, one pixel 8bit
struct panel_buffer eink_buf[2]; //for eink module, one pixel 16bit
struct panel_buffer *eink_prev_buf;
struct panel_buffer *eink_curr_buf;
int current_buffer;
u32 width;

View File

@@ -40,6 +40,7 @@ enum pvi_wf_mode {
struct epd_lut_data {
unsigned int frame_num;
unsigned int *data;
u8 *wf_table;
};
/*

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff