Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
Ddcn301_smu.c190 …01_smu_set_min_deep_sleep_dcfclk(struct clk_mgr_internal *clk_mgr, int requested_min_ds_dcfclk_khz) in dcn301_smu_set_min_deep_sleep_dcfclk() argument
194 DC_LOG_DEBUG("%s(%d)\n", __func__, requested_min_ds_dcfclk_khz); in dcn301_smu_set_min_deep_sleep_dcfclk()
199 khz_to_mhz_ceil(requested_min_ds_dcfclk_khz)); in dcn301_smu_set_min_deep_sleep_dcfclk()
Ddcn301_smu.h154 …1_smu_set_min_deep_sleep_dcfclk(struct clk_mgr_internal *clk_mgr, int requested_min_ds_dcfclk_khz);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
Ddcn316_smu.c195 …16_smu_set_min_deep_sleep_dcfclk(struct clk_mgr_internal *clk_mgr, int requested_min_ds_dcfclk_khz) in dcn316_smu_set_min_deep_sleep_dcfclk() argument
203 return requested_min_ds_dcfclk_khz; in dcn316_smu_set_min_deep_sleep_dcfclk()
208 khz_to_mhz_ceil(requested_min_ds_dcfclk_khz)); in dcn316_smu_set_min_deep_sleep_dcfclk()
Ddcn316_smu.h125 …6_smu_set_min_deep_sleep_dcfclk(struct clk_mgr_internal *clk_mgr, int requested_min_ds_dcfclk_khz);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
Ddcn35_smu.c244 …35_smu_set_min_deep_sleep_dcfclk(struct clk_mgr_internal *clk_mgr, int requested_min_ds_dcfclk_khz) in dcn35_smu_set_min_deep_sleep_dcfclk() argument
249 return requested_min_ds_dcfclk_khz; in dcn35_smu_set_min_deep_sleep_dcfclk()
254 khz_to_mhz_ceil(requested_min_ds_dcfclk_khz)); in dcn35_smu_set_min_deep_sleep_dcfclk()
256 …ested_min_ds_dcfclk_khz = %d, actual_min_ds_dcfclk_mhz: %d\n", requested_min_ds_dcfclk_khz, actual… in dcn35_smu_set_min_deep_sleep_dcfclk()
Ddcn35_smu.h183 …5_smu_set_min_deep_sleep_dcfclk(struct clk_mgr_internal *clk_mgr, int requested_min_ds_dcfclk_khz);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
Ddcn315_smu.c221 …15_smu_set_min_deep_sleep_dcfclk(struct clk_mgr_internal *clk_mgr, int requested_min_ds_dcfclk_khz) in dcn315_smu_set_min_deep_sleep_dcfclk() argument
229 return requested_min_ds_dcfclk_khz; in dcn315_smu_set_min_deep_sleep_dcfclk()
234 khz_to_mhz_ceil(requested_min_ds_dcfclk_khz)); in dcn315_smu_set_min_deep_sleep_dcfclk()
Ddcn315_smu.h117 …5_smu_set_min_deep_sleep_dcfclk(struct clk_mgr_internal *clk_mgr, int requested_min_ds_dcfclk_khz);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
Ddcn314_smu.c226 …14_smu_set_min_deep_sleep_dcfclk(struct clk_mgr_internal *clk_mgr, int requested_min_ds_dcfclk_khz) in dcn314_smu_set_min_deep_sleep_dcfclk() argument
234 return requested_min_ds_dcfclk_khz; in dcn314_smu_set_min_deep_sleep_dcfclk()
239 khz_to_mhz_ceil(requested_min_ds_dcfclk_khz)); in dcn314_smu_set_min_deep_sleep_dcfclk()
Ddcn314_smu.h97 …4_smu_set_min_deep_sleep_dcfclk(struct clk_mgr_internal *clk_mgr, int requested_min_ds_dcfclk_khz);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
Ddcn31_smu.c207 …31_smu_set_min_deep_sleep_dcfclk(struct clk_mgr_internal *clk_mgr, int requested_min_ds_dcfclk_khz) in dcn31_smu_set_min_deep_sleep_dcfclk() argument
215 return requested_min_ds_dcfclk_khz; in dcn31_smu_set_min_deep_sleep_dcfclk()
220 khz_to_mhz_ceil(requested_min_ds_dcfclk_khz)); in dcn31_smu_set_min_deep_sleep_dcfclk()
Ddcn31_smu.h258 …1_smu_set_min_deep_sleep_dcfclk(struct clk_mgr_internal *clk_mgr, int requested_min_ds_dcfclk_khz);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
Drn_clk_mgr_vbios_smu.c196 …os_smu_set_min_deep_sleep_dcfclk(struct clk_mgr_internal *clk_mgr, int requested_min_ds_dcfclk_khz) in rn_vbios_smu_set_min_deep_sleep_dcfclk() argument
206 khz_to_mhz_ceil(requested_min_ds_dcfclk_khz)); in rn_vbios_smu_set_min_deep_sleep_dcfclk()
Drn_clk_mgr_vbios_smu.h35 …s_smu_set_min_deep_sleep_dcfclk(struct clk_mgr_internal *clk_mgr, int requested_min_ds_dcfclk_khz);