/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn21/ |
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 88 REG_SET_2(DPPCLK_DTO_PARAM[dpp_inst], 0, in dccg21_update_dpp_dto() 93 DPPCLK_DTO_ENABLE[dpp_inst], 1); in dccg21_update_dpp_dto() 96 dccg->pipe_dppclk_khz[dpp_inst] = req_dppclk; in dccg21_update_dpp_dto()
|
D | dcn21_dccg.h | 35 void dccg21_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk);
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/ |
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 64 REG_SET_2(DPPCLK_DTO_PARAM[dpp_inst], 0, in dccg2_update_dpp_dto() 68 DPPCLK_DTO_ENABLE[dpp_inst], 1); in dccg2_update_dpp_dto() 71 DPPCLK_DTO_ENABLE[dpp_inst], 0); in dccg2_update_dpp_dto() 74 dccg->pipe_dppclk_khz[dpp_inst] = req_dppclk; in dccg2_update_dpp_dto()
|
D | dcn20_hwseq.h | 98 unsigned int dpp_inst,
|
D | dcn20_dccg.h | 293 void dccg2_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk);
|
D | dcn20_hwseq.c | 422 unsigned int dpp_inst, in dcn20_dpp_pg_control() argument 433 switch (dpp_inst) { in dcn20_dpp_pg_control()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_dccg.c | 46 void dccg31_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk) in dccg31_update_dpp_dto() argument 63 REG_SET_2(DPPCLK_DTO_PARAM[dpp_inst], 0, in dccg31_update_dpp_dto() 67 DPPCLK_DTO_ENABLE[dpp_inst], 1); in dccg31_update_dpp_dto() 72 DPPCLK_DTO_ENABLE[dpp_inst], 1); in dccg31_update_dpp_dto() 73 REG_SET_2(DPPCLK_DTO_PARAM[dpp_inst], 0, in dccg31_update_dpp_dto() 78 DPPCLK_DTO_ENABLE[dpp_inst], 0); in dccg31_update_dpp_dto() 81 dccg->pipe_dppclk_khz[dpp_inst] = req_dppclk; in dccg31_update_dpp_dto()
|
D | dcn31_dccg.h | 194 int dpp_inst,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn302/ |
D | dcn302_hwseq.c | 45 void dcn302_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on) in dcn302_dpp_pg_control() argument 55 switch (dpp_inst) { in dcn302_dpp_pg_control()
|
D | dcn302_hwseq.h | 31 void dcn302_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on);
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn303/ |
D | dcn303_hwseq.h | 13 void dcn303_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on);
|
D | dcn303_hwseq.c | 27 void dcn303_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on) in dcn303_dpp_pg_control() argument
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn201/ |
D | dcn201_dccg.c | 47 static void dccg201_update_dpp_dto(struct dccg *dccg, int dpp_inst, in dccg201_update_dpp_dto() argument
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | dccg.h | 88 int dpp_inst,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/ |
D | rn_clk_mgr.c | 114 int dpp_inst, dppclk_khz, prev_dppclk_khz; in rn_update_clocks_update_dpp_dto() local 119 dpp_inst = clk_mgr->base.ctx->dc->res_pool->dpps[i]->inst; in rn_update_clocks_update_dpp_dto() 122 prev_dppclk_khz = clk_mgr->dccg->pipe_dppclk_khz[dpp_inst]; in rn_update_clocks_update_dpp_dto() 126 clk_mgr->dccg, dpp_inst, dppclk_khz); in rn_update_clocks_update_dpp_dto()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/ |
D | dcn20_clk_mgr.c | 111 int dpp_inst, dppclk_khz, prev_dppclk_khz; in dcn20_update_clocks_update_dpp_dto() local 116 dpp_inst = i; in dcn20_update_clocks_update_dpp_dto() 123 clk_mgr->dccg, dpp_inst, dppclk_khz); in dcn20_update_clocks_update_dpp_dto()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/ |
D | hw_sequencer_private.h | 119 unsigned int dpp_inst,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/ |
D | dmub_psr.c | 350 copy_settings_data->dpp_inst = pipe_ctx->plane_res.dpp->inst; in dmub_psr_copy_settings() 352 copy_settings_data->dpp_inst = 0; in dmub_psr_copy_settings()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer.h | 92 unsigned int dpp_inst,
|
D | dcn10_hw_sequencer.c | 618 unsigned int dpp_inst, in dcn10_dpp_pg_control() argument 629 switch (dpp_inst) { in dcn10_dpp_pg_control()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dmub/inc/ |
D | dmub_cmd.h | 1760 uint8_t dpp_inst; member
|