drm/rockchip: ebc_dev: release version v2.02

1.adjust panel power on/off sequence
2.remove EPD_OVERLAY_WHITE mode
3.use another way to draw white Lines

Signed-off-by: Zorro Liu <lyx@rock-chips.com>
Change-Id: I4787b0cd4a1f0f0f8cac310afa06d3d1db6dae9b
This commit is contained in:
Zorro Liu
2021-06-17 15:20:16 +08:00
committed by Tao Huang
parent ae4c563bea
commit 87a35c65f8
3 changed files with 7749 additions and 7311 deletions

View File

@@ -83,7 +83,6 @@ int ebc_add_to_dsp_buf_list(struct ebc_buf_s *dsp_buf)
case EPD_RESUME:
case EPD_POWER_OFF:
case EPD_OVERLAY:
case EPD_OVERLAY_WHITE:
case EPD_RESET:
case EPD_FORCE_FULL:
break;

View File

@@ -75,8 +75,7 @@ enum panel_refresh_mode {
EPD_SUSPEND = 15,
EPD_RESUME = 16,
EPD_POWER_OFF = 17,
EPD_OVERLAY_WHITE = 18,
EPD_FORCE_FULL = 19,
EPD_FORCE_FULL = 18,
};
/*

File diff suppressed because it is too large Load Diff