Searched refs:dpp_inst (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/ |
| D | dcn20_dccg.c | 48 int dpp_inst, in dccg2_update_dpp_dto() argument 69 REG_GET_2(DPPCLK_DTO_PARAM[dpp_inst], in dccg2_update_dpp_dto() 76 REG_SET_2(DPPCLK_DTO_PARAM[dpp_inst], 0, in dccg2_update_dpp_dto() 80 REG_SET_2(DPPCLK_DTO_PARAM[dpp_inst], 0, in dccg2_update_dpp_dto() 85 REG_SET_2(DPPCLK_DTO_PARAM[dpp_inst], 0, in dccg2_update_dpp_dto() 91 DPPCLK_DTO_ENABLE[dpp_inst], 1); in dccg2_update_dpp_dto() 94 DPPCLK_DTO_ENABLE[dpp_inst], 0); in dccg2_update_dpp_dto()
|
| D | dcn20_dccg.h | 100 void dccg2_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk, bool raise_divider_only);
|
| D | dcn20_hwseq.c | 327 unsigned int dpp_inst, in dcn20_dpp_pg_control() argument 338 switch (dpp_inst) { in dcn20_dpp_pg_control()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/ |
| D | dcn20_clk_mgr.c | 108 int dpp_inst, dppclk_khz; in dcn20_update_clocks_update_dpp_dto() local 113 dpp_inst = context->res_ctx.pipe_ctx[i].plane_res.dpp->inst; in dcn20_update_clocks_update_dpp_dto() 116 clk_mgr->dccg, dpp_inst, dppclk_khz, false); in dcn20_update_clocks_update_dpp_dto() 282 int dpp_inst, dppclk_khz; in dcn2_update_clocks() local 287 dpp_inst = context->res_ctx.pipe_ctx[i].plane_res.dpp->inst; in dcn2_update_clocks() 290 clk_mgr->dccg->funcs->update_dpp_dto(clk_mgr->dccg, dpp_inst, dppclk_khz, true); in dcn2_update_clocks() 299 int dpp_inst, dppclk_khz; in dcn2_update_clocks() local 304 dpp_inst = context->res_ctx.pipe_ctx[i].plane_res.dpp->inst; in dcn2_update_clocks() 307 clk_mgr->dccg->funcs->update_dpp_dto(clk_mgr->dccg, dpp_inst, dppclk_khz, false); in dcn2_update_clocks()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| D | dccg.h | 40 int dpp_inst,
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/ |
| D | hw_sequencer.h | 302 unsigned int dpp_inst,
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/ |
| D | dcn10_hw_sequencer.c | 498 unsigned int dpp_inst, in dcn10_dpp_pg_control() argument 509 switch (dpp_inst) { in dcn10_dpp_pg_control()
|