Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
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-6.14.4/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
Ddcn35_clk_mgr.c707 static struct dcn35_ss_info_table ss_info_table = { variable
719 …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()
720 clk_mgr->dprefclk_ss_percentage = ss_info_table.ss_percentage[clock_source]; in dcn35_read_ss_info_from_lut()
724 clk_mgr->dprefclk_ss_divider = ss_info_table.ss_divider; in dcn35_read_ss_info_from_lut()