Searched refs:opp_inst (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_hwseq.c185 int opp_inst[MAX_PIPES] = {0}; local
191 opp_cnt = get_odm_config(pipe_ctx, opp_inst);
196 opp_inst, opp_cnt,
209 mpc, opp_inst[i],
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddmub_psr.c350 copy_settings_data->opp_inst = pipe_ctx->stream_res.opp->inst;
352 copy_settings_data->opp_inst = 0;
/openbsd-current/sys/dev/pci/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h827 uint32_t opp_inst: 3; member in struct:dmub_inbox0_cmd_lock_hw::__anon22
2182 uint8_t opp_inst; member in struct:dmub_cmd_psr_copy_settings_data
3067 uint8_t opp_inst; member in struct:dmub_hw_lock_inst_flags
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c1092 int opp_inst[MAX_PIPES] = {0}; local
1098 opp_cnt = get_odm_config(pipe_ctx, opp_inst);
1103 opp_inst, opp_cnt,
1116 mpc, opp_inst[i],
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c682 int opp_inst[MAX_PIPES] = { pipe_ctx->stream_res.opp->inst }; local
709 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst;
716 opp_inst, opp_cnt,
761 mpc, opp_inst[i],
1027 int opp_inst[MAX_PIPES] = { pipe_ctx->stream_res.opp->inst }; local
1030 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst;
1037 opp_inst, opp_cnt,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/core/
H A Damdgpu_dc.c3484 int opp_inst; local
3505 for (opp_inst = 0; opp_inst < opp_count; opp_inst++) {
3506 if (dc->res_pool->opps[opp_inst]->mpcc_disconnect_pending[mpcc_inst]) {
3508 dc->res_pool->opps[opp_inst]->mpcc_disconnect_pending[mpcc_inst] = false;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c1980 inst_flags.opp_inst = pipe->stream_res.opp->inst;

Completed in 372 milliseconds