Home
last modified time | relevance | path

Searched refs:dpp_inst (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dccg.c48 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()
Ddcn20_dccg.h100 void dccg2_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk, bool raise_divider_only);
Ddcn20_hwseq.c327 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/
Ddcn20_clk_mgr.c108 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/
Ddccg.h40 int dpp_inst,
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer.h302 unsigned int dpp_inst,
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c498 unsigned int dpp_inst, in dcn10_dpp_pg_control() argument
509 switch (dpp_inst) { in dcn10_dpp_pg_control()