Commit 98e4a22f authored by Dmytro Laktyushkin's avatar Dmytro Laktyushkin Committed by Alex Deucher

drm/amd/display: revert dcn10 soc defaults to 17 19

Signed-off-by: default avatarDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Reviewed-by: default avatarCharlene Liu <Charlene.Liu@amd.com>
Acked-by: default avatarHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent aa985070
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
/* Defaults from spreadsheet rev#247 */ /* Defaults from spreadsheet rev#247 */
const struct dcn_soc_bounding_box dcn10_soc_defaults = { const struct dcn_soc_bounding_box dcn10_soc_defaults = {
/* latencies */ /* latencies */
.sr_exit_time = 13, /*us*/ .sr_exit_time = 17, /*us*/
.sr_enter_plus_exit_time = 15, /*us*/ .sr_enter_plus_exit_time = 19, /*us*/
.urgent_latency = 4, /*us*/ .urgent_latency = 4, /*us*/
.dram_clock_change_latency = 17, /*us*/ .dram_clock_change_latency = 17, /*us*/
.write_back_latency = 12, /*us*/ .write_back_latency = 12, /*us*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment