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()
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()
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()
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()
2285 enc_index in add_hpo_dp_link_enc_to_ctx()
2256 acquire_hpo_dp_link_enc(struct resource_context * res_ctx,unsigned int link_index,int enc_index) acquire_hpo_dp_link_enc() argument
2264 retain_hpo_dp_link_enc(struct resource_context * res_ctx,int enc_index) retain_hpo_dp_link_enc() argument
2271 release_hpo_dp_link_enc(struct resource_context * res_ctx,int enc_index) release_hpo_dp_link_enc() argument
2282 int enc_index; add_hpo_dp_link_enc_to_ctx() local
2304 int enc_index; remove_hpo_dp_link_enc_from_ctx() local
4061 int enc_index; get_temp_hpo_dp_link_enc() local
[all...]