Searched refs:dpp_inst (Results 1 - 25 of 25) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn302/
H A Ddcn302_hwseq.h31 void dcn302_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on);
H A Ddcn302_hwseq.c45 void dcn302_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on) argument
55 switch (dpp_inst) {
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn303/
H A Ddcn303_hwseq.h13 void dcn303_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on);
H A Ddcn303_hwseq.c27 void dcn303_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on) argument
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn21/
H A Ddcn21_dccg.c46 static void dccg21_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk) argument
88 REG_SET_2(DPPCLK_DTO_PARAM[dpp_inst], 0,
93 DPPCLK_DTO_ENABLE[dpp_inst], 1);
96 dccg->pipe_dppclk_khz[dpp_inst] = req_dppclk;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_dccg.c47 void dccg2_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk) argument
64 REG_SET_2(DPPCLK_DTO_PARAM[dpp_inst], 0,
68 DPPCLK_DTO_ENABLE[dpp_inst], 1);
71 DPPCLK_DTO_ENABLE[dpp_inst], 0);
74 dccg->pipe_dppclk_khz[dpp_inst] = req_dppclk;
H A Ddcn20_hwseq.h98 unsigned int dpp_inst,
H A Ddcn20_dccg.h304 void dccg2_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk);
H A Ddcn20_hwseq.c434 unsigned int dpp_inst,
445 switch (dpp_inst) {
432 dcn20_dpp_pg_control( struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on) argument
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_hwseq.h46 void dcn314_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on);
H A Ddcn314_dccg.c330 unsigned int dpp_inst,
335 if (dccg->dpp_clock_gated[dpp_inst] != clock_on)
340 REG_UPDATE(DPPCLK_DTO_CTRL, DPPCLK_DTO_ENABLE[dpp_inst], 0);
341 REG_SET_2(DPPCLK_DTO_PARAM[dpp_inst], 0,
346 REG_UPDATE(DPPCLK_DTO_CTRL, DPPCLK_DTO_ENABLE[dpp_inst], 1);
347 REG_SET_2(DPPCLK_DTO_PARAM[dpp_inst], 0,
352 dccg->dpp_clock_gated[dpp_inst] = !clock_on;
328 dccg314_dpp_root_clock_control( struct dccg *dccg, unsigned int dpp_inst, bool clock_on) argument
H A Ddcn314_hwseq.c422 void dcn314_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on) argument
429 hws->ctx->dc->res_pool->dccg, dpp_inst, clock_on);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Ddccg.h89 int dpp_inst,
173 unsigned int dpp_inst,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_dccg.c47 static void dccg201_update_dpp_dto(struct dccg *dccg, int dpp_inst, argument
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/
H A Dhw_sequencer_private.h120 unsigned int dpp_inst,
123 unsigned int dpp_inst,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_dccg.c46 void dccg31_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk) argument
50 if (dccg->dpp_clock_gated[dpp_inst]) {
71 REG_SET_2(DPPCLK_DTO_PARAM[dpp_inst], 0,
75 DPPCLK_DTO_ENABLE[dpp_inst], 1);
78 DPPCLK_DTO_ENABLE[dpp_inst], 0);
80 dccg->pipe_dppclk_khz[dpp_inst] = req_dppclk;
H A Ddcn31_dccg.h199 int dpp_inst,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddmub_replay.c175 copy_settings_data->dpp_inst = pipe_ctx->plane_res.dpp->inst;
177 copy_settings_data->dpp_inst = 0;
H A Ddmub_psr.c346 copy_settings_data->dpp_inst = pipe_ctx->plane_res.dpp->inst;
348 copy_settings_data->dpp_inst = 0;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn20/
H A Ddcn20_clk_mgr.c111 int dpp_inst, dppclk_khz, prev_dppclk_khz; local
116 dpp_inst = i;
123 clk_mgr->dccg, dpp_inst, dppclk_khz);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.h92 unsigned int dpp_inst,
H A Ddcn10_hw_sequencer.c612 * @dpp_inst: DPP instance reference.
619 unsigned int dpp_inst,
630 switch (dpp_inst) {
617 dcn10_dpp_pg_control( struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on) argument
/openbsd-current/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn21/
H A Drn_clk_mgr.c114 int dpp_inst, dppclk_khz, prev_dppclk_khz; local
119 dpp_inst = clk_mgr->base.ctx->dc->res_pool->dpps[i]->inst;
122 prev_dppclk_khz = clk_mgr->dccg->pipe_dppclk_khz[dpp_inst];
126 clk_mgr->dccg, dpp_inst, dppclk_khz);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn32/
H A Ddcn32_clk_mgr.c300 int dpp_inst = 0, dppclk_khz, prev_dppclk_khz; local
305 dpp_inst = context->res_ctx.pipe_ctx[i].plane_res.dpp->inst;
323 clk_mgr->dccg, dpp_inst, dppclk_khz);
/openbsd-current/sys/dev/pci/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h2170 uint8_t dpp_inst; member in struct:dmub_cmd_psr_copy_settings_data
2813 uint8_t dpp_inst; member in struct:dmub_cmd_replay_copy_settings_data

Completed in 393 milliseconds