Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/
Dcore_types.h274 struct hpo_dp_link_encoder *hpo_dp_link_enc[MAX_HPO_DP2_LINK_ENCODERS]; member
377 struct hpo_dp_link_encoder *hpo_dp_link_enc; member
/openbsd/src/sys/dev/pci/drm/amd/display/dc/core/
Ddc_resource.c454 pool->hpo_dp_link_enc[i] = create_funcs->create_hpo_dp_link_encoder(i, ctx); in resource_construct()
455 if (pool->hpo_dp_link_enc[i] == NULL) in resource_construct()
2599 pipe_ctx->link_res.hpo_dp_link_enc = pool->hpo_dp_link_enc[enc_index]; in add_hpo_dp_link_enc_to_ctx()
2601 return pipe_ctx->link_res.hpo_dp_link_enc != NULL; in add_hpo_dp_link_enc_to_ctx()
2614 pipe_ctx->link_res.hpo_dp_link_enc = NULL; in remove_hpo_dp_link_enc_from_ctx()
4643 if (pipe_ctx_old->link_res.hpo_dp_link_enc != pipe_ctx->link_res.hpo_dp_link_enc) in pipe_need_reprogram()
4918 struct hpo_dp_link_encoder *hpo_dp_link_enc = NULL; in get_temp_hpo_dp_link_enc() local
4927 hpo_dp_link_enc = pool->hpo_dp_link_enc[enc_index]; in get_temp_hpo_dp_link_enc()
4929 return hpo_dp_link_enc; in get_temp_hpo_dp_link_enc()
4942 link_res->hpo_dp_link_enc = get_temp_hpo_dp_link_enc(res_ctx, in get_temp_dp_link_res()
[all …]