Skip to content

Commit af068dc

Browse files
Xiang Yangalexdeucher
authored andcommitted
drm/amd/display: delete the redundant initialization in dcn3_51_soc
the dram_clock_change_latency_us in dcn3_51_soc is initialized twice, so delete one of them. Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Xiang Yang <xiangyang3@huawei.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 6c6d0cb commit af068dc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/dml/dcn351/dcn351_fpu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ struct _vcs_dpi_soc_bounding_box_st dcn3_51_soc = {
237237
.urgent_latency_adjustment_fabric_clock_component_us = 0,
238238
.urgent_latency_adjustment_fabric_clock_reference_mhz = 0,
239239
.num_chans = 4,
240-
.dram_clock_change_latency_us = 11.72,
241240
.dispclk_dppclk_vco_speed_mhz = 2400.0,
242241
};
243242

0 commit comments

Comments
 (0)