Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Dstream_encoder.h103 struct stream_encoder { struct
122 struct stream_encoder *enc, argument
129 struct stream_encoder *enc,
135 struct stream_encoder *enc,
140 struct stream_encoder *enc,
144 struct stream_encoder *enc,
148 struct stream_encoder *enc,
152 struct stream_encoder *enc);
155 struct stream_encoder *enc,
159 struct stream_encoder *enc,
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/virtual/
H A Damdgpu_virtual_stream_encoder.c37 struct stream_encoder *enc, in virtual_stream_encoder_dp_set_stream_attribute()
44 struct stream_encoder *enc, in virtual_stream_encoder_hdmi_set_stream_attribute()
50 struct stream_encoder *enc, in virtual_stream_encoder_dvi_set_stream_attribute()
55 struct stream_encoder *enc, in virtual_stream_encoder_set_mst_bandwidth()
59 struct stream_encoder *enc, in virtual_stream_encoder_update_hdmi_info_packets()
63 struct stream_encoder *enc) {} in virtual_stream_encoder_stop_hdmi_info_packets()
66 struct stream_encoder *enc, in virtual_stream_encoder_set_avmute()
69 struct stream_encoder *enc, in virtual_stream_encoder_update_dp_info_packets()
73 struct stream_encoder *enc) {} in virtual_stream_encoder_stop_dp_info_packets()
76 struct stream_encoder *enc) {} in virtual_stream_encoder_dp_blank()
[all …]
H A Dvirtual_stream_encoder.h33 struct stream_encoder *virtual_stream_encoder_create(
37 struct stream_encoder *enc,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.h33 #define DCN10STRENC_FROM_STRENC(stream_encoder)\ argument
34 container_of(stream_encoder, struct dcn10_stream_encoder, base)
499 struct stream_encoder base;
520 struct stream_encoder *enc,
527 struct stream_encoder *enc,
533 struct stream_encoder *enc,
538 struct stream_encoder *enc,
542 struct stream_encoder *enc,
546 struct stream_encoder *enc,
551 struct stream_encoder *enc);
[all …]
H A Damdgpu_dcn10_stream_encoder.c252 struct stream_encoder *enc, in enc1_stream_encoder_dp_set_stream_attribute()
496 struct stream_encoder *enc, in enc1_stream_encoder_hdmi_set_stream_attribute()
603 struct stream_encoder *enc, in enc1_stream_encoder_dvi_set_stream_attribute()
628 struct stream_encoder *enc, in enc1_stream_encoder_set_mst_bandwidth()
654 struct stream_encoder *enc, in enc1_stream_encoder_update_hdmi_info_packets()
670 struct stream_encoder *enc) in enc1_stream_encoder_stop_hdmi_info_packets()
711 struct stream_encoder *enc, in enc1_stream_encoder_update_dp_info_packets()
760 struct stream_encoder *enc, in enc1_stream_encoder_send_immediate_sdp_message()
854 struct stream_encoder *enc) in enc1_stream_encoder_stop_dp_info_packets()
882 struct stream_encoder *enc) in enc1_stream_encoder_dp_blank()
[all …]
H A Ddcn10_resource.h47 struct stream_encoder *dcn10_find_first_free_match_stream_enc_for_link(
H A Damdgpu_dcn10_resource.c853 static struct stream_encoder *dcn10_stream_encoder_create( in dcn10_stream_encoder_create()
1259 struct stream_encoder *dcn10_find_first_free_match_stream_enc_for_link( in dcn10_find_first_free_match_stream_enc_for_link()
H A Damdgpu_dcn10_link_encoder.c1186 const struct stream_encoder *stream_enc = stream_allocation->stream_enc; in fill_stream_allocation_row_info()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Damdgpu_dce_stream_encoder.c280 struct stream_encoder *enc, in dce110_stream_encoder_dp_set_stream_attribute()
558 struct stream_encoder *enc, in dce110_stream_encoder_hdmi_set_stream_attribute()
672 struct stream_encoder *enc, in dce110_stream_encoder_dvi_set_stream_attribute()
698 struct stream_encoder *enc, in dce110_stream_encoder_lvds_set_stream_attribute()
719 struct stream_encoder *enc, in dce110_stream_encoder_set_mst_bandwidth()
747 struct stream_encoder *enc, in dce110_stream_encoder_update_hdmi_info_packets()
811 struct stream_encoder *enc) in dce110_stream_encoder_stop_hdmi_info_packets()
856 struct stream_encoder *enc, in dce110_stream_encoder_update_dp_info_packets()
900 struct stream_encoder *enc) in dce110_stream_encoder_stop_dp_info_packets()
927 struct stream_encoder *enc) in dce110_stream_encoder_dp_blank()
[all …]
H A Ddce_stream_encoder.h33 #define DCE110STRENC_FROM_STRENC(stream_encoder)\ argument
34 container_of(stream_encoder, struct dce110_stream_encoder, base)
700 struct stream_encoder base;
717 struct stream_encoder *enc, bool mute);
720 struct stream_encoder *enc,
725 struct stream_encoder *enc);
728 struct stream_encoder *enc);
731 struct stream_encoder *enc,
737 struct stream_encoder *enc);
H A Damdgpu_dce_link_encoder.c1220 const struct stream_encoder *stream_enc = stream_allocation->stream_enc; in fill_stream_allocation_row_info()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_stream_encoder.c150 struct stream_encoder *enc, in enc2_stream_encoder_update_hdmi_info_packets()
168 struct stream_encoder *enc) in enc2_stream_encoder_stop_hdmi_info_packets()
280 static void enc2_dp_set_dsc_config(struct stream_encoder *enc, in enc2_dp_set_dsc_config()
296 static void enc2_dp_set_dsc_pps_info_packet(struct stream_encoder *enc, in enc2_dp_set_dsc_pps_info_packet()
350 static void enc2_read_state(struct stream_encoder *enc, struct enc_state *s) in enc2_read_state()
376 void enc2_set_dynamic_metadata(struct stream_encoder *enc, in enc2_set_dynamic_metadata()
426 struct stream_encoder *enc, in enc2_stream_encoder_update_dp_info_packets()
452 struct stream_encoder *enc, in enc2_stream_encoder_dp_unblank()
533 struct stream_encoder *enc, in enc2_dp_set_odm_combine()
542 struct stream_encoder *enc, in enc2_stream_encoder_dp_set_stream_attribute()
H A Ddcn20_stream_encoder.h100 struct stream_encoder *enc,
107 struct stream_encoder *enc,
110 void enc2_set_dynamic_metadata(struct stream_encoder *enc,
H A Ddcn20_resource.h63 struct stream_encoder *dcn20_stream_encoder_create(
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
H A Dcore_types.h132 struct stream_encoder *(*find_first_free_match_stream_enc_for_link)(
168 struct stream_encoder *stream_enc[MAX_PIPES * 2];
234 struct stream_encoder *stream_enc;
H A Dresource.h68 struct stream_encoder *(*create_stream_encoder)(
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Ddce110_resource.h50 struct stream_encoder *dce110_find_first_free_match_stream_enc_for_link(
H A Damdgpu_dce110_resource.c520 static struct stream_encoder *dce110_stream_encoder_create( in dce110_stream_encoder_create()
1175 struct stream_encoder *dce110_find_first_free_match_stream_enc_for_link( in dce110_find_first_free_match_stream_enc_for_link()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce100/
H A Ddce100_resource.h51 struct stream_encoder *dce100_find_first_free_match_stream_enc_for_link(
H A Damdgpu_dce100_resource.c471 static struct stream_encoder *dce100_stream_encoder_create( in dce100_stream_encoder_create()
907 struct stream_encoder *dce100_find_first_free_match_stream_enc_for_link( in dce100_find_first_free_match_stream_enc_for_link()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_link.c2664 struct stream_encoder *stream_enc, in update_mst_stream_alloc_table()
2719 struct stream_encoder *stream_encoder = pipe_ctx->stream_res.stream_enc; in dc_link_allocate_mst_payload() local
2789 stream_encoder->funcs->set_mst_bandwidth( in dc_link_allocate_mst_payload()
2790 stream_encoder, in dc_link_allocate_mst_payload()
2802 struct stream_encoder *stream_encoder = pipe_ctx->stream_res.stream_enc; in deallocate_mst_payload() local
2817 stream_encoder->funcs->set_mst_bandwidth( in deallocate_mst_payload()
2818 stream_encoder, in deallocate_mst_payload()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_link.h47 const struct stream_encoder *stream_enc;
/netbsd-src/external/public-domain/xz/lib/
H A DMakefile54 stream_buffer_encoder.c stream_encoder.c \
/netbsd-src/external/public-domain/xz/dist/
H A DChangeLog342 src/liblzma/common/stream_encoder.c | 56 ++++++-----
2761 src/liblzma/common/stream_encoder.c | 4 +++-
3638 src/liblzma/common/stream_encoder.c | 10 ++++-----
4929 anything outside stream_encoder.c.
4933 src/liblzma/common/stream_encoder.c | 13 ++++++-------
4934 src/liblzma/common/stream_encoder.h | 23 -----------------------
4947 src/liblzma/common/stream_encoder.c | 9 +++++----
4948 src/liblzma/common/stream_encoder.h | 23 +++++++++++++++++++++++
4986 anything outside stream_encoder.c.
4989 src/liblzma/common/stream_encoder.c | 9 ++++-----
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/
H A Damdgpu_dce120_resource.c738 static struct stream_encoder *dce120_stream_encoder_create( in dce120_stream_encoder_create()

12