OSDN Git Service

drm/amd/display: change non_dpm0 state's default SR latency
authorCharlene Liu <charlene.liu@amd.com>
Tue, 11 Jul 2017 17:40:52 +0000 (13:40 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:08:50 +0000 (18:08 -0400)
Signed-off-by: Charlene Liu <charlene.liu@amd.com>
Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c

index a1eabc4..0ea0dab 100644 (file)
@@ -37,8 +37,8 @@
 /* Defaults from spreadsheet rev#247 */
 const struct dcn_soc_bounding_box dcn10_soc_defaults = {
                /* latencies */
-               .sr_exit_time = 17, /*us*/
-               .sr_enter_plus_exit_time = 19, /*us*/
+               .sr_exit_time = 13, /*us*/
+               .sr_enter_plus_exit_time = 15, /*us*/
                .urgent_latency = 4, /*us*/
                .dram_clock_change_latency = 17, /*us*/
                .write_back_latency = 12, /*us*/