mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
drm/amd/display: Add VCO speed parameter for DCN31 FPU
[ Upstream commit 0e62103bdcbc88281e16add299a946fb3bd02fbe ] Add VCO speed parameters in the bounding box array. Acked-by: Wayne Lin <wayne.lin@amd.com> Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3fa799b54a
commit
6170ef8490
@@ -291,6 +291,7 @@ static struct _vcs_dpi_soc_bounding_box_st dcn3_15_soc = {
|
|||||||
.do_urgent_latency_adjustment = false,
|
.do_urgent_latency_adjustment = false,
|
||||||
.urgent_latency_adjustment_fabric_clock_component_us = 0,
|
.urgent_latency_adjustment_fabric_clock_component_us = 0,
|
||||||
.urgent_latency_adjustment_fabric_clock_reference_mhz = 0,
|
.urgent_latency_adjustment_fabric_clock_reference_mhz = 0,
|
||||||
|
.dispclk_dppclk_vco_speed_mhz = 2400.0,
|
||||||
.num_chans = 4,
|
.num_chans = 4,
|
||||||
.dummy_pstate_latency_us = 10.0
|
.dummy_pstate_latency_us = 10.0
|
||||||
};
|
};
|
||||||
@@ -438,6 +439,7 @@ static struct _vcs_dpi_soc_bounding_box_st dcn3_16_soc = {
|
|||||||
.do_urgent_latency_adjustment = false,
|
.do_urgent_latency_adjustment = false,
|
||||||
.urgent_latency_adjustment_fabric_clock_component_us = 0,
|
.urgent_latency_adjustment_fabric_clock_component_us = 0,
|
||||||
.urgent_latency_adjustment_fabric_clock_reference_mhz = 0,
|
.urgent_latency_adjustment_fabric_clock_reference_mhz = 0,
|
||||||
|
.dispclk_dppclk_vco_speed_mhz = 2500.0,
|
||||||
};
|
};
|
||||||
|
|
||||||
void dcn31_zero_pipe_dcc_fraction(display_e2e_pipe_params_st *pipes,
|
void dcn31_zero_pipe_dcc_fraction(display_e2e_pipe_params_st *pipes,
|
||||||
|
|||||||
Reference in New Issue
Block a user