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 D | dcn301_smu.c | 145 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 D | dcn301_smu.h | 151 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 D | dcn316_smu.c | 161 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 D | dcn316_smu.h | 123 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 D | dcn314_smu.c | 175 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 D | dcn314_smu.h | 94 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 D | dcn31_smu.c | 156 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 D | dcn31_smu.h | 255 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 D | dcn315_smu.h | 115 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 D | dcn35_smu.h | 197 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 D | dcn42_clk_mgr.c | 318 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()
|