Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddml2_translation_helper.c1245 struct pipe_ctx *current_pipe_context; in dml2_map_hpo_stream_encoder_to_hpo_link_encoder_index() local
1254 current_pipe_context = &context->res_ctx.pipe_ctx[i]; in dml2_map_hpo_stream_encoder_to_hpo_link_encoder_index()
1255 if (current_pipe_context->stream && in dml2_map_hpo_stream_encoder_to_hpo_link_encoder_index()
1256 current_pipe_context->stream_res.hpo_dp_stream_enc && in dml2_map_hpo_stream_encoder_to_hpo_link_encoder_index()
1257 current_pipe_context->link_res.hpo_dp_link_enc && in dml2_map_hpo_stream_encoder_to_hpo_link_encoder_index()
1258 dc_is_dp_signal(current_pipe_context->stream->signal)) { in dml2_map_hpo_stream_encoder_to_hpo_link_encoder_index()
1259 …dml2->v20.scratch.hpo_stream_to_link_encoder_mapping[current_pipe_context->stream_res.hpo_dp_strea… in dml2_map_hpo_stream_encoder_to_hpo_link_encoder_index()
1260 current_pipe_context->link_res.hpo_dp_link_enc->inst; in dml2_map_hpo_stream_encoder_to_hpo_link_encoder_index()
1270 struct pipe_ctx *current_pipe_context; in map_dc_state_into_dml_display_cfg() local
1291 current_pipe_context = NULL; in map_dc_state_into_dml_display_cfg()
[all …]