Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2257 int enc_index) in acquire_hpo_dp_link_enc() argument
2259 res_ctx->hpo_dp_link_enc_to_link_idx[enc_index] = link_index; in acquire_hpo_dp_link_enc()
2260 res_ctx->hpo_dp_link_enc_ref_cnts[enc_index] = 1; in acquire_hpo_dp_link_enc()
2265 int enc_index) in retain_hpo_dp_link_enc() argument
2267 res_ctx->hpo_dp_link_enc_ref_cnts[enc_index]++; in retain_hpo_dp_link_enc()
2272 int enc_index) in release_hpo_dp_link_enc() argument
2274 ASSERT(res_ctx->hpo_dp_link_enc_ref_cnts[enc_index] > 0); in release_hpo_dp_link_enc()
2275 res_ctx->hpo_dp_link_enc_ref_cnts[enc_index]--; in release_hpo_dp_link_enc()
2283 int enc_index; in add_hpo_dp_link_enc_to_ctx() local
2285 enc_index in add_hpo_dp_link_enc_to_ctx()
2305 int enc_index; remove_hpo_dp_link_enc_from_ctx() local
4062 int enc_index; get_temp_hpo_dp_link_enc() local
[all...]