Home
last modified time | relevance | path

Searched refs:dcn42_ss_info_table (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn42/
H A Ddcn42_clk_mgr.c614 struct dcn42_ss_info_table dcn42_ss_info_table = { variable
625 …if (dcn42_is_spll_ssc_enabled(&clk_mgr->base) && (clock_source < ARRAY_SIZE(dcn42_ss_info_table.ss… in dcn42_read_ss_info_from_lut()
626 clk_mgr->dprefclk_ss_percentage = dcn42_ss_info_table.ss_percentage[clock_source]; in dcn42_read_ss_info_from_lut()
630 clk_mgr->dprefclk_ss_divider = dcn42_ss_info_table.ss_divider; in dcn42_read_ss_info_from_lut()