Searched refs:hpo_dp_link_enc (Results 1 – 13 of 13) sorted by relevance
/openbsd/sys/dev/pci/drm/amd/display/dc/link/hwss/ |
H A D | link_hwss_hpo_dp.c | 39 pipe_ctx->link_res.hpo_dp_link_enc; in set_hpo_dp_throttled_vcp_size() 113 if (!link_res->hpo_dp_link_enc) { in enable_hpo_dp_link_output() 121 link_res->hpo_dp_link_enc->inst, in enable_hpo_dp_link_output() 124 link_res->hpo_dp_link_enc, in enable_hpo_dp_link_output() 134 if (!link_res->hpo_dp_link_enc) { in disable_hpo_dp_link_output() 139 link_res->hpo_dp_link_enc->funcs->link_disable(link_res->hpo_dp_link_enc); in disable_hpo_dp_link_output() 141 link_res->hpo_dp_link_enc, signal); in disable_hpo_dp_link_output() 145 link_res->hpo_dp_link_enc->inst, in disable_hpo_dp_link_output() 154 link_res->hpo_dp_link_enc, tp_params); in set_hpo_dp_link_test_pattern() 164 link_res->hpo_dp_link_enc, in set_hpo_dp_lane_settings() [all …]
|
H A D | link_hwss_hpo_fixed_vs_pe_retimer_dp.c | 162 link_res->hpo_dp_link_enc->funcs->set_link_test_pattern( in set_hpo_fixed_vs_pe_retimer_dp_link_test_pattern() 163 link_res->hpo_dp_link_enc, tp_params); in set_hpo_fixed_vs_pe_retimer_dp_link_test_pattern() 178 link_res->hpo_dp_link_enc->funcs->set_ffe( in set_hpo_fixed_vs_pe_retimer_dp_lane_settings() 179 link_res->hpo_dp_link_enc, in set_hpo_fixed_vs_pe_retimer_dp_lane_settings()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/ |
H A D | core_types.h | 252 struct hpo_dp_link_encoder *hpo_dp_link_enc[MAX_HPO_DP2_LINK_ENCODERS]; member 334 struct hpo_dp_link_encoder *hpo_dp_link_enc; member
|
/openbsd/sys/dev/pci/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 422 if (pool->hpo_dp_link_enc[i] == NULL) in resource_construct() 2295 pipe_ctx->link_res.hpo_dp_link_enc = pool->hpo_dp_link_enc[enc_index]; in add_hpo_dp_link_enc_to_ctx() 2297 return pipe_ctx->link_res.hpo_dp_link_enc != NULL; in add_hpo_dp_link_enc_to_ctx() 2310 pipe_ctx->link_res.hpo_dp_link_enc = NULL; in remove_hpo_dp_link_enc_from_ctx() 3787 if (pipe_ctx_old->link_res.hpo_dp_link_enc != pipe_ctx->link_res.hpo_dp_link_enc) in pipe_need_reprogram() 4060 struct hpo_dp_link_encoder *hpo_dp_link_enc = NULL; in get_temp_hpo_dp_link_enc() local 4069 hpo_dp_link_enc = pool->hpo_dp_link_enc[enc_index]; in get_temp_hpo_dp_link_enc() 4071 return hpo_dp_link_enc; in get_temp_hpo_dp_link_enc() 4086 if (!link_res->hpo_dp_link_enc) in get_temp_dp_link_res() 4331 if (pipe_ctx->link_res.hpo_dp_link_enc == NULL) { in update_dp_encoder_resources_for_test_harness() [all …]
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn316/ |
H A D | dcn316_resource.c | 1376 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn316_resource_destruct() 1377 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn316_resource_destruct() 1378 pool->base.hpo_dp_link_enc[i] = NULL; in dcn316_resource_destruct()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn314/ |
H A D | dcn314_resource.c | 1451 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn314_resource_destruct() 1452 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn314_resource_destruct() 1453 pool->base.hpo_dp_link_enc[i] = NULL; in dcn314_resource_destruct()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn315/ |
H A D | dcn315_resource.c | 1378 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn315_resource_destruct() 1379 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn315_resource_destruct() 1380 pool->base.hpo_dp_link_enc[i] = NULL; in dcn315_resource_destruct()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn321/ |
H A D | dcn321_resource.c | 1364 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn321_resource_destruct() 1365 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn321_resource_destruct() 1366 pool->base.hpo_dp_link_enc[i] = NULL; in dcn321_resource_destruct()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hw_sequencer.c | 509 struct hpo_dp_link_encoder *hpo_dp_link_enc = pool->hpo_dp_link_enc[i]; in dcn10_log_hw_state() local 512 if (hpo_dp_link_enc->funcs->read_state) { in dcn10_log_hw_state() 513 hpo_dp_link_enc->funcs->read_state(hpo_dp_link_enc, &hpo_dp_le_state); in dcn10_log_hw_state() 515 hpo_dp_link_enc->inst, in dcn10_log_hw_state()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn31/ |
H A D | dcn31_resource.c | 1378 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn31_resource_destruct() 1379 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn31_resource_destruct() 1380 pool->base.hpo_dp_link_enc[i] = NULL; in dcn31_resource_destruct()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn32/ |
H A D | dcn32_resource.c | 1378 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn32_resource_destruct() 1379 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn32_resource_destruct() 1380 pool->base.hpo_dp_link_enc[i] = NULL; in dcn32_resource_destruct()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/link/protocols/ |
H A D | link_dp_capability.c | 355 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() 357 pipe_ctx->link_res.hpo_dp_link_enc && in dp_is_128b_132b_signal()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/link/ |
H A D | link_dpms.c | 683 config.link_enc_idx = pipe_ctx->link_res.hpo_dp_link_enc->inst; in update_psp_stream_config()
|