Searched refs:hpo_dp_link_enc (Results 1 – 12 of 12) sorted by relevance
55 pipe_ctx->link_res.hpo_dp_link_enc; in set_hpo_dp_throttled_vcp_size()141 link_res->hpo_dp_link_enc->inst, in enable_hpo_dp_fpga_link_output()144 link_res->hpo_dp_link_enc, in enable_hpo_dp_fpga_link_output()160 link_res->hpo_dp_link_enc, in enable_hpo_dp_link_output()173 link_res->hpo_dp_link_enc->funcs->link_disable(link_res->hpo_dp_link_enc); in disable_hpo_dp_fpga_link_output()176 link_res->hpo_dp_link_enc->inst); in disable_hpo_dp_fpga_link_output()192 link_res->hpo_dp_link_enc->funcs->link_disable(link_res->hpo_dp_link_enc); in disable_hpo_dp_link_output()194 link_res->hpo_dp_link_enc, signal); in disable_hpo_dp_link_output()203 link_res->hpo_dp_link_enc, tp_params); in set_hpo_dp_link_test_pattern()213 link_res->hpo_dp_link_enc, in set_hpo_dp_lane_settings()[all …]
276 struct hpo_dp_link_encoder *hpo_dp_link_enc[MAX_HPO_DP2_LINK_ENCODERS]; member356 struct hpo_dp_link_encoder *hpo_dp_link_enc; member
408 if (pool->hpo_dp_link_enc[i] == NULL) in resource_construct()2042 pipe_ctx->link_res.hpo_dp_link_enc = pool->hpo_dp_link_enc[enc_index]; in add_hpo_dp_link_enc_to_ctx()2044 return pipe_ctx->link_res.hpo_dp_link_enc != NULL; in add_hpo_dp_link_enc_to_ctx()2057 pipe_ctx->link_res.hpo_dp_link_enc = NULL; in remove_hpo_dp_link_enc_from_ctx()3522 if (pipe_ctx_old->link_res.hpo_dp_link_enc != pipe_ctx->link_res.hpo_dp_link_enc) in pipe_need_reprogram()3792 struct hpo_dp_link_encoder *hpo_dp_link_enc = NULL; in get_temp_hpo_dp_link_enc() local3801 hpo_dp_link_enc = pool->hpo_dp_link_enc[enc_index]; in get_temp_hpo_dp_link_enc()3803 return hpo_dp_link_enc; in get_temp_hpo_dp_link_enc()3818 if (!link_res->hpo_dp_link_enc) in get_temp_dp_link_res()4064 if (pipe_ctx->link_res.hpo_dp_link_enc == NULL) { in update_dp_encoder_resources_for_test_harness()[all …]
1408 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn316_resource_destruct()1409 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn316_resource_destruct()1410 pool->base.hpo_dp_link_enc[i] = NULL; in dcn316_resource_destruct()
1442 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn314_resource_destruct()1443 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn314_resource_destruct()1444 pool->base.hpo_dp_link_enc[i] = NULL; in dcn314_resource_destruct()
1407 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn315_resource_destruct()1408 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn315_resource_destruct()1409 pool->base.hpo_dp_link_enc[i] = NULL; in dcn315_resource_destruct()
1384 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn321_resource_destruct()1385 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn321_resource_destruct()1386 pool->base.hpo_dp_link_enc[i] = NULL; in dcn321_resource_destruct()
508 struct hpo_dp_link_encoder *hpo_dp_link_enc = pool->hpo_dp_link_enc[i]; in dcn10_log_hw_state() local511 if (hpo_dp_link_enc->funcs->read_state) { in dcn10_log_hw_state()512 hpo_dp_link_enc->funcs->read_state(hpo_dp_link_enc, &hpo_dp_le_state); in dcn10_log_hw_state()514 hpo_dp_link_enc->inst, in dcn10_log_hw_state()
1409 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()
1398 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn32_resource_destruct()1399 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn32_resource_destruct()1400 pool->base.hpo_dp_link_enc[i] = NULL; in dcn32_resource_destruct()
351 ASSERT(pipe_ctx->stream_res.hpo_dp_stream_enc ? pipe_ctx->link_res.hpo_dp_link_enc != NULL : true); in link_is_dp_128b_132b_signal()353 pipe_ctx->link_res.hpo_dp_link_enc && in link_is_dp_128b_132b_signal()
685 config.link_enc_idx = pipe_ctx->link_res.hpo_dp_link_enc->inst; in update_psp_stream_config()
Completed in 49 milliseconds