Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c514 pool->hpo_dp_link_enc[i] = create_funcs->create_hpo_dp_link_encoder(i, ctx); in resource_construct()
515 if (pool->hpo_dp_link_enc[i] == NULL) in resource_construct()
2734 pipe_ctx->link_res.hpo_dp_link_enc = pool->hpo_dp_link_enc[enc_index]; in add_hpo_dp_link_enc_to_ctx()
2736 return pipe_ctx->link_res.hpo_dp_link_enc != NULL; in add_hpo_dp_link_enc_to_ctx()
2749 pipe_ctx->link_res.hpo_dp_link_enc = NULL; in remove_hpo_dp_link_enc_from_ctx()
5025 if (pipe_ctx_old->link_res.hpo_dp_link_enc != pipe_ctx->link_res.hpo_dp_link_enc) in pipe_need_reprogram()
5331 struct hpo_dp_link_encoder *hpo_dp_link_enc = NULL; in get_temp_hpo_dp_link_enc() local
5340 hpo_dp_link_enc = pool->hpo_dp_link_enc[enc_index]; in get_temp_hpo_dp_link_enc()
5342 return hpo_dp_link_enc; in get_temp_hpo_dp_link_enc()
5355 link_res->hpo_dp_link_enc = get_temp_hpo_dp_link_enc(res_ctx, dc->res_pool, link); in get_temp_dp_link_res()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_utils.c190 ASSERT(pipe_ctx->stream_res.hpo_dp_stream_enc ? pipe_ctx->link_res.hpo_dp_link_enc != NULL : true); in check_dp2p0_output_encoder()
192 pipe_ctx->link_res.hpo_dp_link_enc && in check_dp2p0_output_encoder()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_utils.c162 ASSERT(pipe_ctx->stream_res.hpo_dp_stream_enc ? pipe_ctx->link_res.hpo_dp_link_enc != NULL : true); in is_dp2p0_output_encoder()
165 pipe_ctx->link_res.hpo_dp_link_enc && in is_dp2p0_output_encoder()
H A Ddml2_translation_helper.c1291 current_pipe_context->link_res.hpo_dp_link_enc && in dml2_map_hpo_stream_encoder_to_hpo_link_encoder_index()
1294 current_pipe_context->link_res.hpo_dp_link_enc->inst; in dml2_map_hpo_stream_encoder_to_hpo_link_encoder_index()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c1468 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn314_resource_destruct()
1469 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn314_resource_destruct()
1470 pool->base.hpo_dp_link_enc[i] = NULL; in dcn314_resource_destruct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1405 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn316_resource_destruct()
1406 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn316_resource_destruct()
1407 pool->base.hpo_dp_link_enc[i] = NULL; in dcn316_resource_destruct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c1480 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn35_resource_destruct()
1481 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn35_resource_destruct()
1482 pool->base.hpo_dp_link_enc[i] = NULL; in dcn35_resource_destruct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1409 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn31_resource_destruct()
1410 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn31_resource_destruct()
1411 pool->base.hpo_dp_link_enc[i] = NULL; in dcn31_resource_destruct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c1410 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn315_resource_destruct()
1411 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn315_resource_destruct()
1412 pool->base.hpo_dp_link_enc[i] = NULL; in dcn315_resource_destruct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn36/
H A Ddcn36_resource.c1467 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn36_resource_destruct()
1468 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn36_resource_destruct()
1469 pool->base.hpo_dp_link_enc[i] = NULL; in dcn36_resource_destruct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1397 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn321_resource_destruct()
1398 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn321_resource_destruct()
1399 pool->base.hpo_dp_link_enc[i] = NULL; in dcn321_resource_destruct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c1460 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn351_resource_destruct()
1461 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn351_resource_destruct()
1462 pool->base.hpo_dp_link_enc[i] = NULL; in dcn351_resource_destruct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1421 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn32_resource_destruct()
1422 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn32_resource_destruct()
1423 pool->base.hpo_dp_link_enc[i] = NULL; in dcn32_resource_destruct()
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_capability.c381 ASSERT(pipe_ctx->stream_res.hpo_dp_stream_enc ? pipe_ctx->link_res.hpo_dp_link_enc != NULL : true); in dp_is_128b_132b_signal()
383 pipe_ctx->link_res.hpo_dp_link_enc && in dp_is_128b_132b_signal()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c560 config.link_enc_idx = pipe_ctx->link_res.hpo_dp_link_enc->inst; in update_psp_stream_config()