Home
last modified time | relevance | path

Searched refs:stream_encoder (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Dstream_encoder.h105 struct stream_encoder { struct
126 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 …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/virtual/
Dvirtual_stream_encoder.c32 struct stream_encoder *enc, in virtual_stream_encoder_dp_set_stream_attribute()
38 struct stream_encoder *enc, in virtual_stream_encoder_hdmi_set_stream_attribute()
44 struct stream_encoder *enc, in virtual_stream_encoder_dvi_set_stream_attribute()
49 struct stream_encoder *enc, in virtual_stream_encoder_set_mst_bandwidth()
53 struct stream_encoder *enc, in virtual_stream_encoder_update_hdmi_info_packets()
57 struct stream_encoder *enc) {} in virtual_stream_encoder_stop_hdmi_info_packets()
60 struct stream_encoder *enc, in virtual_stream_encoder_set_avmute()
63 struct stream_encoder *enc, in virtual_stream_encoder_update_dp_info_packets()
67 struct stream_encoder *enc) {} in virtual_stream_encoder_stop_dp_info_packets()
70 struct stream_encoder *enc) {} in virtual_stream_encoder_dp_blank()
[all …]
Dvirtual_stream_encoder.h31 struct stream_encoder *virtual_stream_encoder_create(
35 struct stream_encoder *enc,
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_stream_encoder.h31 #define DCN10STRENC_FROM_STRENC(stream_encoder)\ argument
32 container_of(stream_encoder, struct dcn10_stream_encoder, base)
505 struct stream_encoder base;
526 struct stream_encoder *enc,
532 struct stream_encoder *enc,
538 struct stream_encoder *enc,
543 struct stream_encoder *enc,
547 struct stream_encoder *enc,
551 struct stream_encoder *enc,
556 struct stream_encoder *enc);
[all …]
Ddcn10_stream_encoder.c247 struct stream_encoder *enc, in enc1_stream_encoder_dp_set_stream_attribute()
493 struct stream_encoder *enc, in enc1_stream_encoder_hdmi_set_stream_attribute()
600 struct stream_encoder *enc, in enc1_stream_encoder_dvi_set_stream_attribute()
625 struct stream_encoder *enc, in enc1_stream_encoder_set_mst_bandwidth()
651 struct stream_encoder *enc, in enc1_stream_encoder_update_hdmi_info_packets()
667 struct stream_encoder *enc) in enc1_stream_encoder_stop_hdmi_info_packets()
708 struct stream_encoder *enc, in enc1_stream_encoder_update_dp_info_packets()
757 struct stream_encoder *enc, in enc1_stream_encoder_send_immediate_sdp_message()
851 struct stream_encoder *enc) in enc1_stream_encoder_stop_dp_info_packets()
879 struct stream_encoder *enc) in enc1_stream_encoder_dp_blank()
[all …]
Ddcn10_resource.h45 struct stream_encoder *dcn10_find_first_free_match_stream_enc_for_link(
Ddcn10_resource.c809 static struct stream_encoder *dcn10_stream_encoder_create( in dcn10_stream_encoder_create()
1215 struct stream_encoder *dcn10_find_first_free_match_stream_enc_for_link( in dcn10_find_first_free_match_stream_enc_for_link()
Ddcn10_link_encoder.c1181 const struct stream_encoder *stream_enc = stream_allocation->stream_enc; in fill_stream_allocation_row_info()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce/
Ddce_stream_encoder.c275 struct stream_encoder *enc, in dce110_stream_encoder_dp_set_stream_attribute()
552 struct stream_encoder *enc, in dce110_stream_encoder_hdmi_set_stream_attribute()
666 struct stream_encoder *enc, in dce110_stream_encoder_dvi_set_stream_attribute()
692 struct stream_encoder *enc, in dce110_stream_encoder_lvds_set_stream_attribute()
713 struct stream_encoder *enc, in dce110_stream_encoder_set_mst_bandwidth()
741 struct stream_encoder *enc, in dce110_stream_encoder_update_hdmi_info_packets()
805 struct stream_encoder *enc) in dce110_stream_encoder_stop_hdmi_info_packets()
850 struct stream_encoder *enc, in dce110_stream_encoder_update_dp_info_packets()
894 struct stream_encoder *enc) in dce110_stream_encoder_stop_dp_info_packets()
921 struct stream_encoder *enc) in dce110_stream_encoder_dp_blank()
[all …]
Ddce_stream_encoder.h31 #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);
Ddce_link_encoder.c1215 const struct stream_encoder *stream_enc = stream_allocation->stream_enc; in fill_stream_allocation_row_info()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_stream_encoder.c145 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()
276 static void enc2_dp_set_dsc_config(struct stream_encoder *enc, in enc2_dp_set_dsc_config()
292 static void enc2_dp_set_dsc_pps_info_packet(struct stream_encoder *enc, in enc2_dp_set_dsc_pps_info_packet()
346 static void enc2_read_state(struct stream_encoder *enc, struct enc_state *s) in enc2_read_state()
373 void enc2_set_dynamic_metadata(struct stream_encoder *enc, in enc2_set_dynamic_metadata()
423 struct stream_encoder *enc, in enc2_stream_encoder_update_dp_info_packets()
451 struct stream_encoder *enc, in enc2_stream_encoder_dp_unblank()
524 struct stream_encoder *enc, in enc2_dp_set_odm_combine()
533 struct stream_encoder *enc, in enc2_stream_encoder_dp_set_stream_attribute()
Ddcn20_stream_encoder.h98 struct stream_encoder *enc,
104 struct stream_encoder *enc,
107 void enc2_set_dynamic_metadata(struct stream_encoder *enc,
Ddcn20_resource.h61 struct stream_encoder *dcn20_stream_encoder_create(
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h132 struct stream_encoder *(*find_first_free_match_stream_enc_for_link)(
172 struct stream_encoder *stream_enc[MAX_PIPES * 2];
242 struct stream_encoder *stream_enc;
Dresource.h70 struct stream_encoder *(*create_stream_encoder)(
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.h48 struct stream_encoder *dce110_find_first_free_match_stream_enc_for_link(
Ddce110_resource.c476 static struct stream_encoder *dce110_stream_encoder_create( in dce110_stream_encoder_create()
1123 struct stream_encoder *dce110_find_first_free_match_stream_enc_for_link( in dce110_find_first_free_match_stream_enc_for_link()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.h49 struct stream_encoder *dce100_find_first_free_match_stream_enc_for_link(
Ddce100_resource.c435 static struct stream_encoder *dce100_stream_encoder_create( in dce100_stream_encoder_create()
856 struct stream_encoder *dce100_find_first_free_match_stream_enc_for_link( in dce100_find_first_free_match_stream_enc_for_link()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c2463 struct stream_encoder *stream_enc, in update_mst_stream_alloc_table()
2518 struct stream_encoder *stream_encoder = pipe_ctx->stream_res.stream_enc; in allocate_mst_payload() local
2585 stream_encoder->funcs->set_mst_bandwidth( in allocate_mst_payload()
2586 stream_encoder, in allocate_mst_payload()
2598 struct stream_encoder *stream_encoder = pipe_ctx->stream_res.stream_enc; in deallocate_mst_payload() local
2613 stream_encoder->funcs->set_mst_bandwidth( in deallocate_mst_payload()
2614 stream_encoder, in deallocate_mst_payload()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/
Ddc_link.h47 const struct stream_encoder *stream_enc;
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c687 static struct stream_encoder *dce120_stream_encoder_create( in dce120_stream_encoder_create()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c454 static struct stream_encoder *dce112_stream_encoder_create( in dce112_stream_encoder_create()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c546 static struct stream_encoder *dce80_stream_encoder_create( in dce80_stream_encoder_create()

12