mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
ge2d: modify ge2d pm setting for t5m [1/1]
PD#SWPL-104791 Problem: t5m ge2d pm set error Solution: fix it Verify: t5m Change-Id: I3d3736fa5ea86434d8fb8de93cceafbd609a5c44 Signed-off-by: yuhua.lin <yuhua.lin@amlogic.com>
This commit is contained in:
@@ -1483,13 +1483,15 @@ static struct ge2d_device_data_s ge2d_c3 = {
|
||||
};
|
||||
|
||||
static struct ge2d_device_data_s ge2d_t5m = {
|
||||
.ge2d_rate = 500000000,
|
||||
.ge2d_rate = 667000000,
|
||||
.src2_alp = 1,
|
||||
.canvas_status = 2,
|
||||
.deep_color = 1,
|
||||
.hang_flag = 1,
|
||||
.fifo = 1,
|
||||
.has_self_pwr = 0,
|
||||
.has_self_pwr = 1,
|
||||
.poweron_table = &runtime_poweron_table,
|
||||
.poweroff_table = &runtime_poweroff_table,
|
||||
.chip_type = MESON_CPU_MAJOR_ID_T5M,
|
||||
.adv_matrix = 1,
|
||||
.src2_repeat = 1,
|
||||
|
||||
Reference in New Issue
Block a user