Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_enc_cfg.c41 link_enc = stream->ctx->dc->res_pool->link_encoders[i]; in is_dig_link_enc_stream()
147 stream->link_enc = stream->ctx->dc->res_pool->link_encoders[eng_idx]; in add_link_enc_assignment()
243 link_enc = link->dc->res_pool->link_encoders[assignment.eng_id - ENGINE_ID_DIGA]; in get_link_enc_used_by_link()
263 if (dc->res_pool->link_encoders[i]) in clear_enc_assignments()
514 link_enc = link->dc->res_pool->link_encoders[assignment.eng_id - ENGINE_ID_DIGA]; in link_enc_cfg_get_link_enc_used_by_link()
541 dc->res_pool->link_encoders[i] != NULL) { in link_enc_cfg_get_next_avail_link_enc()
542 link_enc = dc->res_pool->link_encoders[i]; in link_enc_cfg_get_next_avail_link_enc()
590 link_enc = stream->link->dc->res_pool->link_encoders[assignment.eng_id - ENGINE_ID_DIGA]; in link_enc_cfg_get_link_enc_used_by_stream_current()
H A Ddc_resource.c2759 if (pipe_ctx && pipe_ctx->link_res.dio_link_enc == pool->link_encoders[old_encoder]) in swap_dio_link_enc_to_muxable_ctx()
2760 pipe_ctx->link_res.dio_link_enc = pool->link_encoders[new_encoder]; in swap_dio_link_enc_to_muxable_ctx()
2803 pipe_ctx->link_res.dio_link_enc = pool->link_encoders[enc_index]; in add_dio_link_enc_to_ctx()
5202 link_enc = pool->link_encoders[enc_index]; in get_temp_dio_link_enc()
H A Ddc.c337 struct link_encoder *link_enc = dc->res_pool->link_encoders[i]; in create_link_encoders()
343 dc->res_pool->link_encoders[i] = link_enc; in create_link_encoders()
379 struct link_encoder *link_enc = dc->res_pool->link_encoders[i]; in destroy_link_encoders()
383 dc->res_pool->link_encoders[i] = NULL; in destroy_link_encoders()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_factory.c395 link->dc->res_pool->link_encoders[link->eng_id - ENGINE_ID_DIGA] = NULL; in link_destruct()
637 link->dc->res_pool->link_encoders[link->eng_id - ENGINE_ID_DIGA] = link->link_enc; in construct_phy()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h277 struct link_encoder *link_encoders[MAX_DIG_LINK_ENCODERS]; member
279 * entries in link_encoders array.