Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_link_hwss.c364 link->hpo_dp_link_enc->funcs->set_ffe( in dp_set_hw_lane_settings()
365 link->hpo_dp_link_enc, in dp_set_hw_lane_settings()
410 link->hpo_dp_link_enc, &pattern_param); in dp_set_hw_test_pattern()
792 link->hpo_dp_link_enc->funcs->enable_link_phy(
793 link->hpo_dp_link_enc,
809 link->hpo_dp_link_enc->inst,
811 link->hpo_dp_link_enc->funcs->link_enable(
812 link->hpo_dp_link_enc,
821 link->hpo_dp_link_enc->funcs->link_disable(link->hpo_dp_link_enc);
826 link->hpo_dp_link_enc->inst);
[all …]
A Ddc_link.c75 if (!link->hpo_dp_link_enc && enc) { in add_dp_hpo_link_encoder_to_link()
76 link->hpo_dp_link_enc = enc; in add_dp_hpo_link_encoder_to_link()
81 return (link->hpo_dp_link_enc != NULL); in add_dp_hpo_link_encoder_to_link()
86 if (link->hpo_dp_link_enc) { in remove_dp_hpo_link_encoder_from_link()
87 link->hpo_dp_link_enc->hpd_source = HPD_SOURCEID_UNKNOWN; in remove_dp_hpo_link_encoder_from_link()
88 link->hpo_dp_link_enc->transmitter = TRANSMITTER_UNKNOWN; in remove_dp_hpo_link_encoder_from_link()
89 link->hpo_dp_link_enc = NULL; in remove_dp_hpo_link_encoder_from_link()
122 if (link->hpo_dp_link_enc) { in dc_link_destruct()
4066 stream->link->hpo_dp_link_enc, in fpga_dp_hpo_enable_link_and_stream()
4104 stream->link->hpo_dp_link_enc, in fpga_dp_hpo_enable_link_and_stream()
[all …]
A Ddc_resource.c374 pool->hpo_dp_link_enc[i] = create_funcs->create_hpo_dp_link_encoder(i, ctx); in resource_construct()
375 if (pool->hpo_dp_link_enc[i] == NULL) in resource_construct()
3124 if (pool->hpo_dp_link_enc[i]->transmitter == TRANSMITTER_UNKNOWN) { in resource_get_unused_hpo_dp_link_encoder()
3125 enc = pool->hpo_dp_link_enc[i]; in resource_get_unused_hpo_dp_link_encoder()
A Ddc.c283 link->hpo_dp_link_enc = link->dc->res_pool->hpo_dp_link_enc[i]; in create_links()
285 if (link->hpo_dp_link_enc == NULL) { in create_links()
289 link->hpo_dp_link_enc->hpd_source = link->link_enc->hpd_source; in create_links()
290 link->hpo_dp_link_enc->transmitter = link->link_enc->transmitter; in create_links()
A Ddc_link_dp.c2596 !link->hpo_dp_link_enc)
6125 pipe_ctx->stream->link->hpo_dp_link_enc &&
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc_link.h163 struct hpo_dp_link_encoder *hpo_dp_link_enc; member
/linux/drivers/gpu/drm/amd/display/dc/inc/
A Dcore_types.h256 struct hpo_dp_link_encoder *hpo_dp_link_enc[MAX_HPO_DP2_LINK_ENCODERS]; member
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hw_sequencer.c503 if (dc->links[i]->hpo_dp_link_enc) in dcn10_log_hw_state()
510 struct hpo_dp_link_encoder *hpo_dp_link_enc = dc->links[i]->hpo_dp_link_enc; in dcn10_log_hw_state() local
513 if (hpo_dp_link_enc && hpo_dp_link_enc->funcs->read_state) { in dcn10_log_hw_state()
514 hpo_dp_link_enc->funcs->read_state(hpo_dp_link_enc, &hpo_dp_le_state); in dcn10_log_hw_state()
516 hpo_dp_link_enc->inst, in dcn10_log_hw_state()
/linux/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_resource.c1544 if (pool->base.hpo_dp_link_enc[i] != NULL) { in dcn31_resource_destruct()
1545 kfree(DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(pool->base.hpo_dp_link_enc[i])); in dcn31_resource_destruct()
1546 pool->base.hpo_dp_link_enc[i] = NULL; in dcn31_resource_destruct()
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hwseq.c2409 link->hpo_dp_link_enc->inst); in dcn20_enable_stream()

Completed in 56 milliseconds