Skip to content

Commit c92da04

Browse files
Dmytro Laktyushkinalexdeucher
authored andcommitted
drm/amd/display: update dcn315 lpddr pstate latency
[WHY/HOW] Increase the pstate latency to improve ac/dc transition Reviewed-by: Charlene Liu <[email protected]> Acked-by: Tom Chung <[email protected]> Signed-off-by: Dmytro Laktyushkin <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent b9f46f0 commit c92da04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,31 +334,31 @@ static struct wm_table lpddr5_wm_table = {
334334
{
335335
.wm_inst = WM_A,
336336
.wm_type = WM_TYPE_PSTATE_CHG,
337-
.pstate_latency_us = 11.65333,
337+
.pstate_latency_us = 129.0,
338338
.sr_exit_time_us = 11.5,
339339
.sr_enter_plus_exit_time_us = 14.5,
340340
.valid = true,
341341
},
342342
{
343343
.wm_inst = WM_B,
344344
.wm_type = WM_TYPE_PSTATE_CHG,
345-
.pstate_latency_us = 11.65333,
345+
.pstate_latency_us = 129.0,
346346
.sr_exit_time_us = 11.5,
347347
.sr_enter_plus_exit_time_us = 14.5,
348348
.valid = true,
349349
},
350350
{
351351
.wm_inst = WM_C,
352352
.wm_type = WM_TYPE_PSTATE_CHG,
353-
.pstate_latency_us = 11.65333,
353+
.pstate_latency_us = 129.0,
354354
.sr_exit_time_us = 11.5,
355355
.sr_enter_plus_exit_time_us = 14.5,
356356
.valid = true,
357357
},
358358
{
359359
.wm_inst = WM_D,
360360
.wm_type = WM_TYPE_PSTATE_CHG,
361-
.pstate_latency_us = 11.65333,
361+
.pstate_latency_us = 129.0,
362362
.sr_exit_time_us = 11.5,
363363
.sr_enter_plus_exit_time_us = 14.5,
364364
.valid = true,

0 commit comments

Comments
 (0)