mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -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)
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user