Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_clk_mgr.c481 static struct dcn314_ss_info_table ss_info_table = { variable
773 …if (dcn314_is_spll_ssc_enabled(&clk_mgr->base) && (clock_source < ARRAY_SIZE(ss_info_table.ss_perc… in dcn314_read_ss_info_from_lut()
774 clk_mgr->dprefclk_ss_percentage = ss_info_table.ss_percentage[clock_source]; in dcn314_read_ss_info_from_lut()
778 clk_mgr->dprefclk_ss_divider = ss_info_table.ss_divider; in dcn314_read_ss_info_from_lut()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c725 static struct dcn35_ss_info_table ss_info_table = { variable
737 …if (dcn35_is_spll_ssc_enabled(&clk_mgr->base) && (clock_source < ARRAY_SIZE(ss_info_table.ss_perce… in dcn35_read_ss_info_from_lut()
738 clk_mgr->dprefclk_ss_percentage = ss_info_table.ss_percentage[clock_source]; in dcn35_read_ss_info_from_lut()
742 clk_mgr->dprefclk_ss_divider = ss_info_table.ss_divider; in dcn35_read_ss_info_from_lut()