Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
H A Ddcn301_smu.c145 int dcn301_smu_set_dispclk(struct clk_mgr_internal *clk_mgr, int requested_dispclk_khz) in dcn301_smu_set_dispclk() argument
149 DC_LOG_DEBUG("%s(%d)\n", __func__, requested_dispclk_khz); in dcn301_smu_set_dispclk()
155 khz_to_mhz_ceil(requested_dispclk_khz)); in dcn301_smu_set_dispclk()
H A Ddcn301_smu.h151 int dcn301_smu_set_dispclk(struct clk_mgr_internal *clk_mgr, int requested_dispclk_khz);
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
H A Ddcn316_smu.c161 int dcn316_smu_set_dispclk(struct clk_mgr_internal *clk_mgr, int requested_dispclk_khz) in dcn316_smu_set_dispclk() argument
166 return requested_dispclk_khz; in dcn316_smu_set_dispclk()
172 khz_to_mhz_ceil(requested_dispclk_khz)); in dcn316_smu_set_dispclk()
H A Ddcn316_smu.h123 int dcn316_smu_set_dispclk(struct clk_mgr_internal *clk_mgr, int requested_dispclk_khz);
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_smu.c175 int dcn314_smu_set_dispclk(struct clk_mgr_internal *clk_mgr, int requested_dispclk_khz) in dcn314_smu_set_dispclk() argument
180 return requested_dispclk_khz; in dcn314_smu_set_dispclk()
186 khz_to_mhz_ceil(requested_dispclk_khz)); in dcn314_smu_set_dispclk()
H A Ddcn314_smu.h94 int dcn314_smu_set_dispclk(struct clk_mgr_internal *clk_mgr, int requested_dispclk_khz);
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_smu.c156 int dcn31_smu_set_dispclk(struct clk_mgr_internal *clk_mgr, int requested_dispclk_khz) in dcn31_smu_set_dispclk() argument
161 return requested_dispclk_khz; in dcn31_smu_set_dispclk()
167 khz_to_mhz_ceil(requested_dispclk_khz)); in dcn31_smu_set_dispclk()
H A Ddcn31_smu.h255 int dcn31_smu_set_dispclk(struct clk_mgr_internal *clk_mgr, int requested_dispclk_khz);
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
H A Ddcn315_smu.h115 int dcn315_smu_set_dispclk(struct clk_mgr_internal *clk_mgr, int requested_dispclk_khz);
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_smu.h197 int dcn35_smu_set_dispclk(struct clk_mgr_internal *clk_mgr, int requested_dispclk_khz);
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn42/
H A Ddcn42_clk_mgr.c318 int requested_dispclk_khz = new_clocks->dispclk_khz; in dcn42_update_clocks() local
323 if (dc->debug.min_disp_clk_khz > 0 && requested_dispclk_khz < dc->debug.min_disp_clk_khz) in dcn42_update_clocks()
324 requested_dispclk_khz = dc->debug.min_disp_clk_khz; in dcn42_update_clocks()
326 dcn42_smu_set_dispclk(clk_mgr, requested_dispclk_khz); in dcn42_update_clocks()