Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_enc_cfg.c41 link_enc = stream->ctx->dc->res_pool->link_encoders[i]; in is_dig_link_enc_stream()
159 stream->link_enc = stream->ctx->dc->res_pool->link_encoders[eng_idx]; in add_link_enc_assignment()
241 link_enc = link->dc->res_pool->link_encoders[assignment.eng_id - ENGINE_ID_DIGA]; in get_link_enc_used_by_link()
261 if (dc->res_pool->link_encoders[i]) in clear_enc_assignments()
498 link_enc = link->dc->res_pool->link_encoders[assignment.eng_id - ENGINE_ID_DIGA]; in link_enc_cfg_get_link_enc_used_by_link()
525 dc->res_pool->link_encoders[i] != NULL) { in link_enc_cfg_get_next_avail_link_enc()
526 link_enc = dc->res_pool->link_encoders[i]; in link_enc_cfg_get_next_avail_link_enc()
582 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()
Ddc.c323 struct link_encoder *link_enc = dc->res_pool->link_encoders[i]; in create_link_encoders()
329 dc->res_pool->link_encoders[i] = link_enc; in create_link_encoders()
365 struct link_encoder *link_enc = dc->res_pool->link_encoders[i]; in destroy_link_encoders()
369 dc->res_pool->link_encoders[i] = NULL; in destroy_link_encoders()
Ddc_link.c92 link->dc->res_pool->link_encoders[link->eng_id - ENGINE_ID_DIGA] = NULL; in dc_link_destruct()
1725 link->dc->res_pool->link_encoders[link->eng_id - ENGINE_ID_DIGA] = link->link_enc; in dc_link_construct_legacy()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h282 struct link_encoder *link_encoders[MAX_DIG_LINK_ENCODERS]; member