mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user