| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
| link_encoder.h | 1 /* $NetBSD: link_encoder.h,v 1.2 2021/12/18 23:45:05 riastradh Exp $ */ 26 * link_encoder.h 107 struct link_encoder { struct 132 struct link_encoder *enc, struct link_enc_state *s); 134 struct link_encoder *enc, const struct dc_stream_state *stream); 135 void (*hw_init)(struct link_encoder *enc); 136 void (*setup)(struct link_encoder *enc, 138 void (*enable_tmds_output)(struct link_encoder *enc, 143 void (*enable_dp_output)(struct link_encoder *enc, 146 void (*enable_dp_mst_output)(struct link_encoder *enc [all...] |
| link_encoder.h | 1 /* $NetBSD: link_encoder.h,v 1.2 2021/12/18 23:45:05 riastradh Exp $ */ 26 * link_encoder.h 107 struct link_encoder { struct 132 struct link_encoder *enc, struct link_enc_state *s); 134 struct link_encoder *enc, const struct dc_stream_state *stream); 135 void (*hw_init)(struct link_encoder *enc); 136 void (*setup)(struct link_encoder *enc, 138 void (*enable_tmds_output)(struct link_encoder *enc, 143 void (*enable_dp_output)(struct link_encoder *enc, 146 void (*enable_dp_mst_output)(struct link_encoder *enc [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
| amdgpu_dc_link.c | 45 #include "link_encoder.h" 2718 struct link_encoder *link_encoder = link->link_enc; local in function:dc_link_allocate_mst_payload 2768 link_encoder->funcs->update_mst_stream_allocation_table( 2769 link_encoder, 2801 struct link_encoder *link_encoder = link->link_enc; local in function:deallocate_mst_payload 2857 link_encoder->funcs->update_mst_stream_allocation_table( 2858 link_encoder,
|
| amdgpu_dc_link.c | 45 #include "link_encoder.h" 2718 struct link_encoder *link_encoder = link->link_enc; local in function:dc_link_allocate_mst_payload 2768 link_encoder->funcs->update_mst_stream_allocation_table( 2769 link_encoder, 2801 struct link_encoder *link_encoder = link->link_enc; local in function:deallocate_mst_payload 2857 link_encoder->funcs->update_mst_stream_allocation_table( 2858 link_encoder,
|