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:
yuhua.lin
2022-12-27 11:21:29 +08:00
committed by Qianggui Song
parent 352bd94526
commit 3421f4fe00
+4 -2
View File
@@ -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,