Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
Ddmub_psr.c246 copy_settings_data->opp_inst = pipe_ctx->stream_res.opp->inst; in dmub_psr_copy_settings()
248 copy_settings_data->opp_inst = 0; in dmub_psr_copy_settings()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c650 int opp_inst[MAX_PIPES] = { pipe_ctx->stream_res.opp->inst }; in dcn20_enable_stream_timing() local
671 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_enable_stream_timing()
678 opp_inst, opp_cnt, in dcn20_enable_stream_timing()
715 mpc, opp_inst[i], in dcn20_enable_stream_timing()
977 int opp_inst[MAX_PIPES] = { pipe_ctx->stream_res.opp->inst }; in dcn20_update_odm() local
980 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_update_odm()
987 opp_inst, opp_cnt, in dcn20_update_odm()
1433 int opp_inst; in dcn20_update_dchubp_dpp() local
1436 for (opp_inst = 0; opp_inst < opp_count; opp_inst++) { in dcn20_update_dchubp_dpp()
1437 if (dc->res_pool->opps[opp_inst]->mpcc_disconnect_pending[mpcc_inst]) { in dcn20_update_dchubp_dpp()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h564 uint8_t opp_inst; member
619 uint8_t opp_inst; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c1809 inst_flags.opp_inst = pipe->stream_res.opp->inst; in dcn10_cursor_lock()