/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | stream_encoder.h | 101 struct stream_encoder { struct 125 struct stream_encoder *enc, argument 132 struct stream_encoder *enc, 138 struct stream_encoder *enc, 143 struct stream_encoder *enc, 147 struct stream_encoder *enc, 151 struct stream_encoder *enc, 155 struct stream_encoder *enc); 158 struct stream_encoder *enc, 162 struct stream_encoder *enc, [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/virtual/ |
D | virtual_stream_encoder.c | 32 struct stream_encoder *enc, in virtual_stream_encoder_dp_set_stream_attribute() 39 struct stream_encoder *enc, in virtual_stream_encoder_hdmi_set_stream_attribute() 45 struct stream_encoder *enc, in virtual_stream_encoder_dvi_set_stream_attribute() 50 struct stream_encoder *enc, in virtual_stream_encoder_set_throttled_vcp_size() 55 struct stream_encoder *enc, in virtual_stream_encoder_update_hdmi_info_packets() 59 struct stream_encoder *enc) {} in virtual_stream_encoder_stop_hdmi_info_packets() 62 struct stream_encoder *enc, in virtual_stream_encoder_set_avmute() 65 struct stream_encoder *enc, in virtual_stream_encoder_update_dp_info_packets() 69 struct stream_encoder *enc) {} in virtual_stream_encoder_stop_dp_info_packets() 72 struct stream_encoder *enc) {} in virtual_stream_encoder_dp_blank() [all …]
|
D | virtual_stream_encoder.h | 31 struct stream_encoder *virtual_stream_encoder_create( 35 struct stream_encoder *enc,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_stream_encoder.h | 31 #define DCN10STRENC_FROM_STRENC(stream_encoder)\ argument 32 container_of(stream_encoder, struct dcn10_stream_encoder, base) 553 struct stream_encoder base; 574 struct stream_encoder *enc, 581 struct stream_encoder *enc, 587 struct stream_encoder *enc, 592 struct stream_encoder *enc, 596 struct stream_encoder *enc, 600 struct stream_encoder *enc, 605 struct stream_encoder *enc); [all …]
|
D | dcn10_stream_encoder.c | 247 struct stream_encoder *enc, in enc1_stream_encoder_dp_set_stream_attribute() 491 struct stream_encoder *enc, in enc1_stream_encoder_hdmi_set_stream_attribute() 598 struct stream_encoder *enc, in enc1_stream_encoder_dvi_set_stream_attribute() 623 struct stream_encoder *enc, in enc1_stream_encoder_set_throttled_vcp_size() 649 struct stream_encoder *enc, in enc1_stream_encoder_update_hdmi_info_packets() 665 struct stream_encoder *enc) in enc1_stream_encoder_stop_hdmi_info_packets() 706 struct stream_encoder *enc, in enc1_stream_encoder_update_dp_info_packets() 755 struct stream_encoder *enc, in enc1_stream_encoder_send_immediate_sdp_message() 849 struct stream_encoder *enc) in enc1_stream_encoder_stop_dp_info_packets() 877 struct stream_encoder *enc) in enc1_stream_encoder_dp_blank() [all …]
|
D | dcn10_resource.h | 45 struct stream_encoder *dcn10_find_first_free_match_stream_enc_for_link(
|
D | dcn10_resource.c | 889 static struct stream_encoder *dcn10_stream_encoder_create( in dcn10_stream_encoder_create() 1285 struct stream_encoder *dcn10_find_first_free_match_stream_enc_for_link( in dcn10_find_first_free_match_stream_enc_for_link()
|
D | dcn10_link_encoder.c | 1193 const struct stream_encoder *stream_enc = stream_allocation->stream_enc; in fill_stream_allocation_row_info()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_stream_encoder.c | 275 struct stream_encoder *enc, in dce110_stream_encoder_dp_set_stream_attribute() 553 struct stream_encoder *enc, in dce110_stream_encoder_hdmi_set_stream_attribute() 668 struct stream_encoder *enc, in dce110_stream_encoder_dvi_set_stream_attribute() 694 struct stream_encoder *enc, in dce110_stream_encoder_lvds_set_stream_attribute() 715 struct stream_encoder *enc, in dce110_stream_encoder_set_throttled_vcp_size() 743 struct stream_encoder *enc, in dce110_stream_encoder_update_hdmi_info_packets() 807 struct stream_encoder *enc) in dce110_stream_encoder_stop_hdmi_info_packets() 852 struct stream_encoder *enc, in dce110_stream_encoder_update_dp_info_packets() 896 struct stream_encoder *enc) in dce110_stream_encoder_stop_dp_info_packets() 923 struct stream_encoder *enc) in dce110_stream_encoder_dp_blank() [all …]
|
D | dce_stream_encoder.h | 31 #define DCE110STRENC_FROM_STRENC(stream_encoder)\ argument 32 container_of(stream_encoder, struct dce110_stream_encoder, base) 698 struct stream_encoder base; 715 struct stream_encoder *enc, bool mute); 718 struct stream_encoder *enc, 723 struct stream_encoder *enc); 726 struct stream_encoder *enc); 729 struct stream_encoder *enc, 735 struct stream_encoder *enc);
|
D | dce_link_encoder.c | 1489 const struct stream_encoder *stream_enc = stream_allocation->stream_enc; in fill_stream_allocation_row_info()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_dio_stream_encoder.c | 214 struct stream_encoder *enc, in enc3_stream_encoder_update_hdmi_info_packets() 233 struct stream_encoder *enc) in enc3_stream_encoder_stop_hdmi_info_packets() 320 static void enc3_dp_set_dsc_config(struct stream_encoder *enc, in enc3_dp_set_dsc_config() 336 static void enc3_dp_set_dsc_pps_info_packet(struct stream_encoder *enc, in enc3_dp_set_dsc_pps_info_packet() 402 static void enc3_read_state(struct stream_encoder *enc, struct enc_state *s) in enc3_read_state() 421 struct stream_encoder *enc, in enc3_stream_encoder_update_dp_info_packets() 478 struct stream_encoder *enc, in enc3_dp_set_odm_combine() 488 struct stream_encoder *enc, in enc3_stream_encoder_dvi_set_stream_attribute() 534 struct stream_encoder *enc, in enc3_stream_encoder_hdmi_set_stream_attribute() 667 struct stream_encoder *enc, in enc3_audio_mute_control() [all …]
|
D | dcn30_hwseq.c | 681 struct stream_encoder *stream_enc = pipe_ctx->stream_res.stream_enc; in dcn30_program_dmdata_engine()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_stream_encoder.c | 145 struct stream_encoder *enc, in enc2_stream_encoder_update_hdmi_info_packets() 163 struct stream_encoder *enc) in enc2_stream_encoder_stop_hdmi_info_packets() 275 static void enc2_dp_set_dsc_config(struct stream_encoder *enc, in enc2_dp_set_dsc_config() 291 static void enc2_dp_set_dsc_pps_info_packet(struct stream_encoder *enc, in enc2_dp_set_dsc_pps_info_packet() 345 static void enc2_read_state(struct stream_encoder *enc, struct enc_state *s) in enc2_read_state() 371 void enc2_set_dynamic_metadata(struct stream_encoder *enc, in enc2_set_dynamic_metadata() 421 struct stream_encoder *enc, in enc2_stream_encoder_update_dp_info_packets() 447 struct stream_encoder *enc, in enc2_stream_encoder_dp_unblank() 528 struct stream_encoder *enc, in enc2_dp_set_odm_combine() 537 struct stream_encoder *enc, in enc2_stream_encoder_dp_set_stream_attribute()
|
D | dcn20_stream_encoder.h | 98 struct stream_encoder *enc, 105 struct stream_encoder *enc, 108 void enc2_set_dynamic_metadata(struct stream_encoder *enc,
|
D | dcn20_resource.h | 61 struct stream_encoder *dcn20_stream_encoder_create(
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 137 struct stream_encoder *(*find_first_free_match_stream_enc_for_link)( 189 struct stream_encoder *stream_enc[MAX_PIPES * 2]; 263 struct stream_encoder *stream_enc;
|
D | resource.h | 69 struct stream_encoder *(*create_stream_encoder)(
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_resource.h | 48 struct stream_encoder *dce110_find_first_free_match_stream_enc_for_link(
|
D | dce110_resource.c | 532 static struct stream_encoder *dce110_stream_encoder_create( in dce110_stream_encoder_create() 1204 struct stream_encoder *dce110_find_first_free_match_stream_enc_for_link( in dce110_find_first_free_match_stream_enc_for_link()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce100/ |
D | dce100_resource.h | 49 struct stream_encoder *dce100_find_first_free_match_stream_enc_for_link(
|
D | dce100_resource.c | 479 static struct stream_encoder *dce100_stream_encoder_create( in dce100_stream_encoder_create() 932 struct stream_encoder *dce100_find_first_free_match_stream_enc_for_link( in dce100_find_first_free_match_stream_enc_for_link()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link.c | 2851 struct stream_encoder *stream_enc, in update_mst_stream_alloc_table() 2906 struct stream_encoder *stream_encoder = pipe_ctx->stream_res.stream_enc; in dc_link_allocate_mst_payload() local 2976 stream_encoder->funcs->set_throttled_vcp_size( in dc_link_allocate_mst_payload() 2977 stream_encoder, in dc_link_allocate_mst_payload() 2989 struct stream_encoder *stream_encoder = pipe_ctx->stream_res.stream_enc; in deallocate_mst_payload() local 3004 stream_encoder->funcs->set_throttled_vcp_size( in deallocate_mst_payload() 3005 stream_encoder, in deallocate_mst_payload()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/ |
D | dc_link.h | 46 const struct stream_encoder *stream_enc;
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce120/ |
D | dce120_resource.c | 763 static struct stream_encoder *dce120_stream_encoder_create( in dce120_stream_encoder_create()
|