Searched refs:req_dppclk (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
A D | dcn21_dccg.c | 46 void dccg21_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk) in dccg21_update_dpp_dto() argument 55 if (req_dppclk) { in dccg21_update_dpp_dto() 67 phase = (req_dppclk + 9999) / 10000; in dccg21_update_dpp_dto() 96 dccg->pipe_dppclk_khz[dpp_inst] = req_dppclk; in dccg21_update_dpp_dto()
|
A D | dcn21_dccg.h | 35 void dccg21_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk);
|
/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_dccg.c | 47 void dccg2_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk) in dccg2_update_dpp_dto() argument 51 if (dccg->ref_dppclk && req_dppclk) { in dccg2_update_dpp_dto() 57 phase = ((modulo * req_dppclk) + ref_dppclk - 1) / ref_dppclk; in dccg2_update_dpp_dto() 74 dccg->pipe_dppclk_khz[dpp_inst] = req_dppclk; in dccg2_update_dpp_dto()
|
A D | dcn20_dccg.h | 249 void dccg2_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk);
|
/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
A D | dcn31_dccg.c | 46 static void dccg31_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk) in dccg31_update_dpp_dto() argument 50 if (dccg->ref_dppclk && req_dppclk) { in dccg31_update_dpp_dto() 56 phase = ((modulo * req_dppclk) + ref_dppclk - 1) / ref_dppclk; in dccg31_update_dpp_dto() 81 dccg->pipe_dppclk_khz[dpp_inst] = req_dppclk; in dccg31_update_dpp_dto()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
A D | dcn201_dccg.c | 47 void dccg201_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk) in dccg201_update_dpp_dto() argument
|
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
A D | dccg.h | 71 int req_dppclk);
|
Completed in 10 milliseconds