mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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;
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user