/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | stream_encoder.h | 80 struct stream_encoder { struct 89 struct stream_encoder *enc, argument 94 struct stream_encoder *enc, 100 struct stream_encoder *enc, 105 struct stream_encoder *enc, 109 struct stream_encoder *enc, 113 struct stream_encoder *enc); 116 struct stream_encoder *enc, 120 struct stream_encoder *enc); 123 struct stream_encoder *enc); [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/virtual/ |
D | virtual_stream_encoder.c | 30 struct stream_encoder *enc, in virtual_stream_encoder_dp_set_stream_attribute() 35 struct stream_encoder *enc, in virtual_stream_encoder_hdmi_set_stream_attribute() 41 struct stream_encoder *enc, in virtual_stream_encoder_dvi_set_stream_attribute() 46 struct stream_encoder *enc, in virtual_stream_encoder_set_mst_bandwidth() 50 struct stream_encoder *enc, in virtual_stream_encoder_update_hdmi_info_packets() 54 struct stream_encoder *enc) {} in virtual_stream_encoder_stop_hdmi_info_packets() 57 struct stream_encoder *enc, in virtual_stream_encoder_set_avmute() 60 struct stream_encoder *enc, in virtual_stream_encoder_update_dp_info_packets() 64 struct stream_encoder *enc) {} in virtual_stream_encoder_stop_dp_info_packets() 67 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,
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_stream_encoder.c | 246 struct stream_encoder *enc, in enc1_stream_encoder_dp_set_stream_attribute() 479 struct stream_encoder *enc, in enc1_stream_encoder_hdmi_set_stream_attribute() 585 struct stream_encoder *enc, in enc1_stream_encoder_dvi_set_stream_attribute() 610 struct stream_encoder *enc, in enc1_stream_encoder_set_mst_bandwidth() 636 struct stream_encoder *enc, in enc1_stream_encoder_update_hdmi_info_packets() 652 struct stream_encoder *enc) in enc1_stream_encoder_stop_hdmi_info_packets() 693 struct stream_encoder *enc, in enc1_stream_encoder_update_dp_info_packets() 738 struct stream_encoder *enc) in enc1_stream_encoder_stop_dp_info_packets() 766 struct stream_encoder *enc) in enc1_stream_encoder_dp_blank() 819 struct stream_encoder *enc, in enc1_stream_encoder_dp_unblank() [all …]
|
D | dcn10_stream_encoder.h | 31 #define DCN10STRENC_FROM_STRENC(stream_encoder)\ argument 32 container_of(stream_encoder, struct dcn10_stream_encoder, base) 438 struct stream_encoder base; 459 struct stream_encoder *enc, 464 struct stream_encoder *enc, 470 struct stream_encoder *enc, 475 struct stream_encoder *enc, 479 struct stream_encoder *enc, 483 struct stream_encoder *enc); 486 struct stream_encoder *enc); [all …]
|
D | dcn10_link_encoder.c | 1142 const struct stream_encoder *stream_enc = stream_allocation->stream_enc; in fill_stream_allocation_row_info()
|
D | dcn10_resource.c | 739 static struct stream_encoder *dcn10_stream_encoder_create( in dcn10_stream_encoder_create()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_stream_encoder.c | 273 struct stream_encoder *enc, in dce110_stream_encoder_dp_set_stream_attribute() 539 struct stream_encoder *enc, in dce110_stream_encoder_hdmi_set_stream_attribute() 653 struct stream_encoder *enc, in dce110_stream_encoder_dvi_set_stream_attribute() 678 struct stream_encoder *enc, in dce110_stream_encoder_set_mst_bandwidth() 706 struct stream_encoder *enc, in dce110_stream_encoder_update_hdmi_info_packets() 770 struct stream_encoder *enc) in dce110_stream_encoder_stop_hdmi_info_packets() 815 struct stream_encoder *enc, in dce110_stream_encoder_update_dp_info_packets() 859 struct stream_encoder *enc) in dce110_stream_encoder_stop_dp_info_packets() 886 struct stream_encoder *enc) in dce110_stream_encoder_dp_blank() 937 struct stream_encoder *enc, in dce110_stream_encoder_dp_unblank() [all …]
|
D | dce_stream_encoder.h | 31 #define DCE110STRENC_FROM_STRENC(stream_encoder)\ argument 32 container_of(stream_encoder, struct dce110_stream_encoder, base) 694 struct stream_encoder base; 711 struct stream_encoder *enc, bool mute); 714 struct stream_encoder *enc, 719 struct stream_encoder *enc); 722 struct stream_encoder *enc); 725 struct stream_encoder *enc, 731 struct stream_encoder *enc);
|
D | dce_link_encoder.c | 1189 const struct stream_encoder *stream_enc = stream_allocation->stream_enc; in fill_stream_allocation_row_info()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 141 struct stream_encoder *stream_enc[MAX_PIPES * 2]; 188 struct stream_encoder *stream_enc;
|
D | resource.h | 62 struct stream_encoder *(*create_stream_encoder)(
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link.c | 2193 struct stream_encoder *stream_enc, in update_mst_stream_alloc_table() 2248 struct stream_encoder *stream_encoder = pipe_ctx->stream_res.stream_enc; in allocate_mst_payload() local 2315 stream_encoder->funcs->set_mst_bandwidth( in allocate_mst_payload() 2316 stream_encoder, in allocate_mst_payload() 2328 struct stream_encoder *stream_encoder = pipe_ctx->stream_res.stream_enc; in deallocate_mst_payload() local 2343 stream_encoder->funcs->set_mst_bandwidth( in deallocate_mst_payload() 2344 stream_encoder, in deallocate_mst_payload()
|
D | dc_resource.c | 1604 struct stream_encoder *stream_enc, in update_stream_engine_usage() 1659 static struct stream_encoder *find_first_free_match_stream_enc_for_link( in find_first_free_match_stream_enc_for_link()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/ |
D | dc_link.h | 39 const struct stream_encoder *stream_enc;
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce100/ |
D | dce100_resource.c | 421 static struct stream_encoder *dce100_stream_encoder_create( in dce100_stream_encoder_create()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce120/ |
D | dce120_resource.c | 607 static struct stream_encoder *dce120_stream_encoder_create( in dce120_stream_encoder_create()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce80/ |
D | dce80_resource.c | 484 static struct stream_encoder *dce80_stream_encoder_create( in dce80_stream_encoder_create()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_resource.c | 434 static struct stream_encoder *dce110_stream_encoder_create( in dce110_stream_encoder_create()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce112/ |
D | dce112_resource.c | 440 static struct stream_encoder *dce112_stream_encoder_create( in dce112_stream_encoder_create()
|