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

/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dpg_cntl.h46 void (*opp_pg_control)(struct pg_cntl *pg_cntl, unsigned int opp_inst, bool power_on);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn35/
H A Ddcn35_pg_cntl.c367 unsigned int opp_inst, bool power_on)
372 if (opp_inst >= 0 && opp_inst < MAX_PIPES)
373 pg_cntl->pg_pipe_res_enable[PG_OPP][opp_inst] = power_on;
366 pg_cntl35_opp_pg_control(struct pg_cntl *pg_cntl, unsigned int opp_inst, bool power_on) argument
H A Ddcn35_pg_cntl.h181 unsigned int opp_inst, bool power_on);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
H A Ddcn314_hwseq.c162 int opp_inst[MAX_PIPES] = {0}; local
164 opp_cnt = get_odm_config(pipe_ctx, opp_inst);
169 opp_inst, opp_cnt,
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_psr.c346 copy_settings_data->opp_inst = pipe_ctx->stream_res.opp->inst;
348 copy_settings_data->opp_inst = 0;
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1005 uint32_t opp_inst: 3; member in struct:dmub_inbox0_cmd_lock_hw::__anon63
2364 uint8_t opp_inst; member in struct:dmub_cmd_psr_copy_settings_data
3417 uint8_t opp_inst; member in struct:dmub_hw_lock_inst_flags
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c825 int opp_inst[MAX_PIPES] = { pipe_ctx->stream_res.opp->inst }; local
852 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst;
859 opp_inst, opp_cnt,
904 mpc, opp_inst[i],
1187 int opp_inst[MAX_PIPES] = { pipe_ctx->stream_res.opp->inst }; local
1190 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst;
1197 opp_inst, opp_cnt,
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c1082 int opp_inst[MAX_PIPES] = {0}; local
1084 opp_cnt = get_odm_config(pipe_ctx, opp_inst);
1089 opp_inst, opp_cnt,
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c453 int opp_inst[MAX_PIPES] = {0}; local
455 opp_cnt = get_odm_config(pipe_ctx, opp_inst);
460 opp_inst, opp_cnt,
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3562 int opp_inst; local
3583 for (opp_inst = 0; opp_inst < opp_count; opp_inst++) {
3584 if ((dc->res_pool->opps[opp_inst] != NULL) &&
3585 (dc->res_pool->opps[opp_inst]->mpcc_disconnect_pending[mpcc_inst])) {
3587 dc->res_pool->opps[opp_inst]->mpcc_disconnect_pending[mpcc_inst] = false;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c2038 inst_flags.opp_inst = pipe->stream_res.opp->inst;

Completed in 190 milliseconds