Home
last modified time | relevance | path

Searched refs:opp_inst (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c649 int opp_inst[MAX_PIPES] = { pipe_ctx->stream_res.opp->inst }; in dcn20_enable_stream_timing() local
666 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_enable_stream_timing()
673 opp_inst, opp_cnt, in dcn20_enable_stream_timing()
709 mpc, opp_inst[i], in dcn20_enable_stream_timing()
971 int opp_inst[MAX_PIPES] = { pipe_ctx->stream_res.opp->inst }; in dcn20_update_odm() local
974 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_update_odm()
981 opp_inst, opp_cnt, in dcn20_update_odm()
1465 int opp_inst; in dcn20_update_dchubp_dpp() local
1468 for (opp_inst = 0; opp_inst < opp_count; opp_inst++) { in dcn20_update_dchubp_dpp()
1469 if (dc->res_pool->opps[opp_inst]->mpcc_disconnect_pending[mpcc_inst]) { in dcn20_update_dchubp_dpp()
[all …]
/drivers/gpu/drm/amd/display/dc/dce/
Ddmub_psr.c287 copy_settings_data->opp_inst = pipe_ctx->stream_res.opp->inst; in dmub_psr_copy_settings()
289 copy_settings_data->opp_inst = 0; in dmub_psr_copy_settings()
/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h526 uint32_t opp_inst: 3; member
1349 uint8_t opp_inst; member
1629 uint8_t opp_inst; member
/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c1885 inst_flags.opp_inst = pipe->stream_res.opp->inst; in dcn10_cursor_lock()