drm/rockchip: ebc_dev: release version v2.12

add EPD_AUTO_DU and EPD_AUTO_DU4 mode

Signed-off-by: Zorro Liu <lyx@rock-chips.com>
Change-Id: I663dce6978a922fff2afe73327b0f8dc8c83f58a
This commit is contained in:
Zorro Liu
2021-09-24 11:20:00 +08:00
committed by Zorro liu
parent 089105b205
commit 10a836e900
3 changed files with 6858 additions and 6781 deletions

View File

@@ -101,7 +101,9 @@ int ebc_add_to_dsp_buf_list(struct ebc_buf_s *dsp_buf)
if (temp_buf->buf_mode == EPD_OVERLAY) {
continue;
} else if (((temp_buf->buf_mode >= EPD_FULL_GC16) && (temp_buf->buf_mode <= EPD_DU4))
|| (temp_buf->buf_mode == EPD_AUTO)) {
|| (temp_buf->buf_mode == EPD_AUTO)
|| (temp_buf->buf_mode == EPD_AUTO_DU)
|| (temp_buf->buf_mode == EPD_AUTO_DU4)) {
buf_list_remove(ebc_buf_info.dsp_buf_list, temp_pos);
ebc_buf_release(temp_buf);
} else if ((1 == is_full_mode)

View File

@@ -79,6 +79,8 @@ enum panel_refresh_mode {
EPD_RESUME = 19,
EPD_POWER_OFF = 20,
EPD_FORCE_FULL = 21,
EPD_AUTO_DU = 22,
EPD_AUTO_DU4 = 23,
};
/*

File diff suppressed because it is too large Load Diff