Searched defs:link_encoder (Results 1 – 4 of 4) sorted by relevance
111 struct link_encoder { struct112 const struct link_encoder_funcs *funcs; argument113 int32_t aux_channel_offset;114 struct dc_context *ctx;115 struct graphics_object_id id;116 struct graphics_object_id connector;140 struct link_encoder_funcs { argument142 struct link_encoder *enc, struct link_enc_state *s); argument
3436 struct link_encoder *link_encoder = NULL; in dc_link_allocate_mst_payload() local3611 struct link_encoder *link_encoder = link->link_enc; in dc_link_reduce_mst_payload() local3691 struct link_encoder *link_encoder = link->link_enc; in dc_link_increase_mst_payload() local3766 struct link_encoder *link_encoder = NULL; in deallocate_mst_payload() local
31 #define TO_DCE110_LINK_ENC(link_encoder)\ argument
31 #define TO_DCN10_LINK_ENC(link_encoder)\ argument
Completed in 13 milliseconds