Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
Ddcn314_hwseq.c162 int opp_inst[MAX_PIPES] = {0}; in dcn314_update_odm() local
166 opp_cnt = get_odm_config(pipe_ctx, opp_inst); in dcn314_update_odm()
171 opp_inst, opp_cnt, in dcn314_update_odm()
390 int opp_inst[MAX_PIPES] = { pipe->stream_res.opp->inst }; in dcn314_resync_fifo_dccg_dio() local
397 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn314_resync_fifo_dccg_dio()
403 opp_inst, opp_cnt, in dcn314_resync_fifo_dccg_dio()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Dpg_cntl.h46 void (*opp_pg_control)(struct pg_cntl *pg_cntl, unsigned int opp_inst, bool power_on);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_hw_sequencer.c1062 int opp_inst; in hwss_wait_for_outstanding_hw_updates() local
1083 for (opp_inst = 0; opp_inst < opp_count; opp_inst++) { in hwss_wait_for_outstanding_hw_updates()
1084 if ((dc->res_pool->opps[opp_inst] != NULL) && in hwss_wait_for_outstanding_hw_updates()
1085 (dc->res_pool->opps[opp_inst]->mpcc_disconnect_pending[mpcc_inst])) { in hwss_wait_for_outstanding_hw_updates()
1087 dc->res_pool->opps[opp_inst]->mpcc_disconnect_pending[mpcc_inst] = false; in hwss_wait_for_outstanding_hw_updates()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/pg/dcn35/
Ddcn35_pg_cntl.c367 unsigned int opp_inst, bool power_on) in pg_cntl35_opp_pg_control() argument
372 if (opp_inst < MAX_PIPES) in pg_cntl35_opp_pg_control()
373 pg_cntl->pg_pipe_res_enable[PG_OPP][opp_inst] = power_on; in pg_cntl35_opp_pg_control()
Ddcn35_pg_cntl.h181 unsigned int opp_inst, bool power_on);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
Ddcn401_hwseq.c770 int *opp_inst, in enable_stream_timing_calc() argument
785 opp_inst[i] = opp_heads[i]->stream_res.opp->inst; in enable_stream_timing_calc()
815 int opp_inst[MAX_PIPES] = {0}; in dcn401_enable_stream_timing() local
827 enable_stream_timing_calc(pipe_ctx, context, dc, &tmds_div, opp_inst, in dcn401_enable_stream_timing()
843 opp_inst, opp_cnt, in dcn401_enable_stream_timing()
1585 int opp_inst[MAX_PIPES] = {0}; in dcn401_update_odm() local
1595 opp_inst[i] = opp_heads[i]->stream_res.opp->inst; in dcn401_update_odm()
1599 opp_inst, opp_head_count, in dcn401_update_odm()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce/
Ddmub_psr.c348 copy_settings_data->opp_inst = pipe_ctx->stream_res.opp->inst; in dmub_psr_copy_settings()
350 copy_settings_data->opp_inst = 0; in dmub_psr_copy_settings()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
Ddcn32_hwseq.c1126 int opp_inst[MAX_PIPES] = {0}; in dcn32_update_odm() local
1130 opp_cnt = get_odm_config(pipe_ctx, opp_inst); in dcn32_update_odm()
1135 opp_inst, opp_cnt, in dcn32_update_odm()
1268 int opp_inst[MAX_PIPES] = { pipe->stream_res.opp->inst }; in dcn32_resync_fifo_dccg_dio() local
1275 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn32_resync_fifo_dccg_dio()
1281 opp_inst, opp_cnt, in dcn32_resync_fifo_dccg_dio()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_hwseq.c824 int opp_inst[MAX_PIPES] = {0}; in dcn20_enable_stream_timing() local
854 opp_inst[i] = opp_heads[i]->stream_res.opp->inst; in dcn20_enable_stream_timing()
861 opp_inst, opp_cnt, odm_slice_width, in dcn20_enable_stream_timing()
924 mpc, opp_inst[i], in dcn20_enable_stream_timing()
1180 int opp_inst[MAX_PIPES] = { pipe_ctx->stream_res.opp->inst }; in dcn20_update_odm() local
1185 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_update_odm()
1192 opp_inst, opp_cnt, in dcn20_update_odm()
/linux-6.12.1/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h1084 uint32_t opp_inst: 3; member
2759 uint8_t opp_inst; member
3938 uint8_t opp_inst; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
Ddcn35_hwseq.c425 int opp_inst[MAX_PIPES] = {0}; in dcn35_update_odm() local
429 opp_cnt = get_odm_config(pipe_ctx, opp_inst); in dcn35_update_odm()
434 opp_inst, opp_cnt, in dcn35_update_odm()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
Ddcn10_hwseq.c2040 inst_flags.opp_inst = pipe->stream_res.opp->inst; in dcn10_cursor_lock()