Commit dc21cf28 authored by Qili Lu's avatar Qili Lu Committed by Alex Deucher

Revert "drm/amd/display: Enabling urgent latency adjustment for DCN35"

This reverts commit b72a7e0f.

It causes a dead loop in dml_prefetch_check.
Reviewed-by: default avatarNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Acked-by: default avatarHamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: default avatarQili Lu <qili.lu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 3ca73178
...@@ -195,9 +195,9 @@ struct _vcs_dpi_soc_bounding_box_st dcn3_5_soc = { ...@@ -195,9 +195,9 @@ struct _vcs_dpi_soc_bounding_box_st dcn3_5_soc = {
.dcn_downspread_percent = 0.5, .dcn_downspread_percent = 0.5,
.gpuvm_min_page_size_bytes = 4096, .gpuvm_min_page_size_bytes = 4096,
.hostvm_min_page_size_bytes = 4096, .hostvm_min_page_size_bytes = 4096,
.do_urgent_latency_adjustment = 1, .do_urgent_latency_adjustment = 0,
.urgent_latency_adjustment_fabric_clock_component_us = 0, .urgent_latency_adjustment_fabric_clock_component_us = 0,
.urgent_latency_adjustment_fabric_clock_reference_mhz = 3000, .urgent_latency_adjustment_fabric_clock_reference_mhz = 0,
}; };
void dcn35_build_wm_range_table_fpu(struct clk_mgr *clk_mgr) void dcn35_build_wm_range_table_fpu(struct clk_mgr *clk_mgr)
......
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