Home
last modified time | relevance | path

Searched refs:opp_head (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/amd/display/dc/core/
A Ddc_resource.c1978 while (opp_head) { in resource_get_opp_heads_for_otg_master()
1980 opp_heads[i++] = opp_head; in resource_get_opp_heads_for_otg_master()
1981 opp_head = opp_head->next_odm_pipe; in resource_get_opp_heads_for_otg_master()
2050 while (opp_head->top_pipe) in resource_get_opp_head()
2051 opp_head = opp_head->top_pipe; in resource_get_opp_head()
2052 return opp_head; in resource_get_opp_head()
2458 struct pipe_ctx *opp_head) in get_last_opp_head() argument
2461 while (opp_head->next_odm_pipe) in get_last_opp_head()
2462 opp_head = opp_head->next_odm_pipe; in get_last_opp_head()
2463 return opp_head; in get_last_opp_head()
[all …]
A Ddc_hw_sequencer.c1148 struct pipe_ctx *opp_head; in hwss_wait_for_all_blank_complete() local
1156 opp_head = &context->res_ctx.pipe_ctx[i]; in hwss_wait_for_all_blank_complete()
1158 if (!resource_is_pipe_type(opp_head, OPP_HEAD) || in hwss_wait_for_all_blank_complete()
1159 dc_state_get_pipe_subvp_type(context, opp_head) == SUBVP_PHANTOM) in hwss_wait_for_all_blank_complete()
1162 hws->funcs.wait_for_blank_complete(opp_head->stream_res.opp); in hwss_wait_for_all_blank_complete()
/drivers/gpu/drm/amd/display/dc/dml2/
A Ddml2_wrapper.h90 int (*get_odm_slice_index)(const struct pipe_ctx *opp_head);
91 int (*get_odm_slice_count)(const struct pipe_ctx *opp_head);
/drivers/gpu/drm/amd/display/dc/inc/
A Dresource.h397 int resource_get_dpp_pipes_for_opp_head(const struct pipe_ctx *opp_head,
452 int resource_get_odm_slice_index(const struct pipe_ctx *opp_head);
/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
A Ddcn20_hwseq.h172 struct pipe_ctx *opp_head);
A Ddcn20_hwseq.c2206 struct pipe_ctx *opp_head) in dcn20_post_unlock_reset_opp() argument
2208 struct display_stream_compressor *dsc = opp_head->stream_res.dsc; in dcn20_post_unlock_reset_opp()
2215 dc->hwss.wait_for_mpcc_disconnect(dc, dc->res_pool, opp_head); in dcn20_post_unlock_reset_opp()
/drivers/gpu/drm/amd/display/dc/dml2/dml21/
A Ddml21_utils.c75 struct pipe_ctx *opp_head = dml_ctx->config.callbacks.get_opp_head(pipe); in find_pipe_regs_idx() local
77 *pipe_regs_idx = dml_ctx->config.callbacks.get_odm_slice_index(opp_head); in find_pipe_regs_idx()
/drivers/gpu/drm/amd/display/dc/resource/dcn20/
A Ddcn20_resource.c2149 const struct pipe_ctx *opp_head) in dcn20_acquire_free_pipe_for_layer() argument
2152 struct pipe_ctx *otg_master = resource_get_otg_master_for_stream(res_ctx, opp_head->stream); in dcn20_acquire_free_pipe_for_layer()
2160 sec_dpp_pipe->stream = opp_head->stream; in dcn20_acquire_free_pipe_for_layer()
2161 sec_dpp_pipe->stream_res.tg = opp_head->stream_res.tg; in dcn20_acquire_free_pipe_for_layer()
2162 sec_dpp_pipe->stream_res.opp = opp_head->stream_res.opp; in dcn20_acquire_free_pipe_for_layer()
/drivers/gpu/drm/amd/display/dc/hwss/
A Dhw_sequencer.h477 struct pipe_ctx *opp_head);

Completed in 36 milliseconds