Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2793 int enc_index) in acquire_hpo_frl_link_enc() argument
2795 res_ctx->hpo_frl_link_enc_to_link_idx[enc_index] = link_index; in acquire_hpo_frl_link_enc()
2796 res_ctx->hpo_frl_link_enc_ref_cnts[enc_index] = 1; in acquire_hpo_frl_link_enc()
2801 int enc_index) in retain_hpo_frl_link_enc() argument
2803 res_ctx->hpo_frl_link_enc_ref_cnts[enc_index]++; in retain_hpo_frl_link_enc()
2808 int enc_index) in release_hpo_frl_link_enc() argument
2810 ASSERT(res_ctx->hpo_frl_link_enc_ref_cnts[enc_index] > 0); in release_hpo_frl_link_enc()
2811 res_ctx->hpo_frl_link_enc_ref_cnts[enc_index]--; in release_hpo_frl_link_enc()
2819 int enc_index; in add_hpo_frl_link_enc_to_ctx() local
2821 enc_index = find_acquired_hpo_frl_link_enc_for_link(res_ctx, stream->link); in add_hpo_frl_link_enc_to_ctx()
[all …]