Searched refs:hpo_dp_stream_encoder (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
A D | stream_encoder.h | 260 struct hpo_dp_stream_encoder { struct 272 struct hpo_dp_stream_encoder *enc); argument 275 struct hpo_dp_stream_encoder *enc, 279 struct hpo_dp_stream_encoder *enc); 285 struct hpo_dp_stream_encoder *enc, 293 struct hpo_dp_stream_encoder *enc, 297 struct hpo_dp_stream_encoder *enc); 300 struct hpo_dp_stream_encoder *enc, 306 struct hpo_dp_stream_encoder *enc, 314 struct hpo_dp_stream_encoder *enc, [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
A D | dcn31_hpo_dp_stream_encoder.c | 61 struct hpo_dp_stream_encoder *enc) in dcn31_hpo_dp_stream_enc_enable_stream() 91 struct hpo_dp_stream_encoder *enc, in dcn31_hpo_dp_stream_enc_dp_unblank() 140 struct hpo_dp_stream_encoder *enc) in dcn31_hpo_dp_stream_enc_dp_blank() 171 struct hpo_dp_stream_encoder *enc) in dcn31_hpo_dp_stream_enc_disable() 185 struct hpo_dp_stream_encoder *enc, in dcn31_hpo_dp_stream_enc_set_stream_attribute() 434 struct hpo_dp_stream_encoder *enc, in dcn31_hpo_dp_stream_enc_update_dp_info_packets() 482 struct hpo_dp_stream_encoder *enc) in dcn31_hpo_dp_stream_enc_stop_dp_info_packets() 608 struct hpo_dp_stream_encoder *enc, in dcn31_hpo_dp_stream_enc_mute_control() 616 struct hpo_dp_stream_encoder *enc, in dcn31_hpo_dp_stream_enc_audio_setup() 631 struct hpo_dp_stream_encoder *enc) in dcn31_hpo_dp_stream_enc_audio_enable() [all …]
|
A D | dcn31_hpo_dp_stream_encoder.h | 34 #define DCN3_1_HPO_DP_STREAM_ENC_FROM_HPO_STREAM_ENC(hpo_dp_stream_encoder)\ argument 35 container_of(hpo_dp_stream_encoder, struct dcn31_hpo_dp_stream_encoder, base) 221 struct hpo_dp_stream_encoder base;
|
A D | dcn31_hpo_dp_link_encoder.c | 268 const struct hpo_dp_stream_encoder *stream_enc = stream_allocation->hpo_dp_stream_enc; in fill_stream_allocation_row_info()
|
A D | dcn31_resource.c | 1405 static struct hpo_dp_stream_encoder *dcn31_hpo_dp_stream_encoder_create( in dcn31_hpo_dp_stream_encoder_create()
|
/linux/drivers/gpu/drm/amd/display/dc/inc/ |
A D | core_types.h | 254 struct hpo_dp_stream_encoder *hpo_dp_stream_enc[MAX_HPO_DP2_ENCODERS]; 311 struct hpo_dp_stream_encoder *hpo_dp_stream_enc;
|
A D | resource.h | 77 struct hpo_dp_stream_encoder *(*create_hpo_dp_stream_encoder)(
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc_link.c | 3276 struct hpo_dp_stream_encoder *hpo_dp_stream_enc, // TODO: Rename stream_enc to dio_stream_enc? in update_mst_stream_alloc_table() 3358 struct hpo_dp_stream_encoder *hpo_dp_stream_encoder = pipe_ctx->stream_res.hpo_dp_stream_enc; in dc_link_update_sst_payload() local 3371 hpo_dp_stream_encoder->inst, in dc_link_update_sst_payload() 3387 proposed_table.stream_allocations[0].hpo_dp_stream_enc = hpo_dp_stream_encoder; in dc_link_update_sst_payload() 3418 hpo_dp_stream_encoder->inst, in dc_link_update_sst_payload() 3440 struct hpo_dp_stream_encoder *hpo_dp_stream_encoder = pipe_ctx->stream_res.hpo_dp_stream_enc; in dc_link_allocate_mst_payload() local 3586 hpo_dp_stream_encoder->inst, in dc_link_allocate_mst_payload() 3770 struct hpo_dp_stream_encoder *hpo_dp_stream_encoder = pipe_ctx->stream_res.hpo_dp_stream_enc; in deallocate_mst_payload() local 3803 hpo_dp_stream_encoder->inst, in deallocate_mst_payload()
|
A D | dc_resource.c | 1717 struct hpo_dp_stream_encoder *hpo_dp_stream_enc, in update_hpo_dp_stream_engine_usage() 1774 static struct hpo_dp_stream_encoder *find_first_free_match_hpo_dp_stream_enc_for_link( in find_first_free_match_hpo_dp_stream_enc_for_link()
|
/linux/drivers/gpu/drm/amd/display/dc/ |
A D | dc_link.h | 50 const struct hpo_dp_stream_encoder *hpo_dp_stream_enc;
|
/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
A D | dcn10_hw_sequencer.c | 476 struct hpo_dp_stream_encoder *hpo_dp_stream_enc = pool->hpo_dp_stream_enc[i]; in dcn10_log_hw_state()
|
Completed in 35 milliseconds