Lines Matching full:topology

89  * @mgr: topology manager this port lives under.
92 * in the MST topology.
96 * @topology_kref: refcount for this port's lifetime in the topology,
110 * @topology_ref_history: A history of each topology
153 * point in the MST topology.
189 * @mgr: topology manager for this branch device.
201 * topology, only the DP MST helpers should need to touch this
214 * @topology_ref_history: A history of each topology
540 * protected by the MST helpers ensuring that async commits operating on the given topology
583 * struct drm_dp_mst_topology_state - DisplayPort MST topology atomic state
591 /** @mgr: The topology manager */
595 * @pending_crtc_mask: A bitmask of all CRTCs this topology state touches, drivers may
600 * @commit_deps: A list of all CRTC commits affecting this topology, this field isn't
612 /** @total_avail_slots: The total number of slots this topology can handle (63 or 64) */
614 /** @start_slot: The first usable time slot in this topology (1 or 0) */
618 * @pbn_div: The current PBN divisor for this topology. The driver is expected to fill this
629 * This struct represents the toplevel displayport MST topology manager.
687 * while they update the topology.
789 * @up_req_list: List of pending up requests from the topology that
799 * topology. Needed to avoid blocking hotplug handling and sideband
982 * for_each_oldnew_mst_mgr_in_state - iterate over all DP MST topology
992 * This iterates over all DRM DP MST topology managers in an atomic update,
1001 * for_each_old_mst_mgr_in_state - iterate over all DP MST topology managers
1009 * This iterates over all DRM DP MST topology managers in an atomic update,
1018 * for_each_new_mst_mgr_in_state - iterate over all DP MST topology managers
1026 * This iterates over all DRM DP MST topology managers in an atomic update,