Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_hwseq.c187 int opp_inst[MAX_PIPES] = {0}; in dcn314_update_odm() local
193 opp_cnt = get_odm_config(pipe_ctx, opp_inst); in dcn314_update_odm()
198 opp_inst, opp_cnt, in dcn314_update_odm()
211 mpc, opp_inst[i], in dcn314_update_odm()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c658 int opp_inst[MAX_PIPES] = { pipe_ctx->stream_res.opp->inst }; in dcn20_enable_stream_timing() local
685 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_enable_stream_timing()
692 opp_inst, opp_cnt, in dcn20_enable_stream_timing()
737 mpc, opp_inst[i], in dcn20_enable_stream_timing()
1003 int opp_inst[MAX_PIPES] = { pipe_ctx->stream_res.opp->inst }; in dcn20_update_odm() local
1006 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_update_odm()
1013 opp_inst, opp_cnt, in dcn20_update_odm()
1515 int opp_inst; in dcn20_update_dchubp_dpp() local
1518 for (opp_inst = 0; opp_inst < opp_count; opp_inst++) { in dcn20_update_dchubp_dpp()
1519 if (dc->res_pool->opps[opp_inst]->mpcc_disconnect_pending[mpcc_inst]) { in dcn20_update_dchubp_dpp()
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/
Ddmub_psr.c354 copy_settings_data->opp_inst = pipe_ctx->stream_res.opp->inst; in dmub_psr_copy_settings()
356 copy_settings_data->opp_inst = 0; in dmub_psr_copy_settings()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hwseq.c1109 int opp_inst[MAX_PIPES] = {0}; in dcn32_update_odm() local
1115 opp_cnt = get_odm_config(pipe_ctx, opp_inst); in dcn32_update_odm()
1120 opp_inst, opp_cnt, in dcn32_update_odm()
1133 mpc, opp_inst[i], in dcn32_update_odm()
/linux-6.1.9/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h564 uint32_t opp_inst: 3; member
1772 uint8_t opp_inst; member
2379 uint8_t opp_inst; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c1986 inst_flags.opp_inst = pipe->stream_res.opp->inst; in dcn10_cursor_lock()