Home
last modified time | relevance | path

Searched refs:drm_dp_tunnel_mgr (Results 1 – 4 of 4) sorted by relevance

/linux/include/drm/display/
H A Ddrm_dp_tunnel.h18 struct drm_dp_tunnel_mgr;
49 drm_dp_tunnel_detect(struct drm_dp_tunnel_mgr *mgr,
62 int drm_dp_tunnel_handle_irq(struct drm_dp_tunnel_mgr *mgr,
95 struct drm_dp_tunnel_mgr *
97 void drm_dp_tunnel_mgr_destroy(struct drm_dp_tunnel_mgr *mgr);
116 drm_dp_tunnel_detect(struct drm_dp_tunnel_mgr *mgr, in drm_dp_tunnel_detect()
164 drm_dp_tunnel_handle_irq(struct drm_dp_tunnel_mgr *mgr, in drm_dp_tunnel_handle_irq()
237 static inline struct drm_dp_tunnel_mgr *
244 void drm_dp_tunnel_mgr_destroy(struct drm_dp_tunnel_mgr *mgr) {} in drm_dp_tunnel_mgr_destroy()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c175 struct drm_dp_tunnel_mgr *mgr;
188 struct drm_dp_tunnel_mgr { struct
314 lookup_or_alloc_group(struct drm_dp_tunnel_mgr *mgr, u8 drv_group_id) in lookup_or_alloc_group()
354 struct drm_dp_tunnel_mgr *mgr = group->mgr; in free_group()
455 static bool add_tunnel_to_group(struct drm_dp_tunnel_mgr *mgr, in add_tunnel_to_group()
472 create_tunnel(struct drm_dp_tunnel_mgr *mgr, in create_tunnel()
550 static bool tunnel_regs_are_valid(struct drm_dp_tunnel_mgr *mgr, in tunnel_regs_are_valid()
758 drm_dp_tunnel_detect(struct drm_dp_tunnel_mgr *mgr, in drm_dp_tunnel_detect()
1075 struct drm_dp_tunnel_mgr *mgr = tunnel->group->mgr; in allocate_tunnel_bw()
1300 int drm_dp_tunnel_handle_irq(struct drm_dp_tunnel_mgr *mg
189 devdrm_dp_tunnel_mgr global() argument
191 group_countdrm_dp_tunnel_mgr global() argument
192 groupsdrm_dp_tunnel_mgr global() argument
193 bw_req_queuedrm_dp_tunnel_mgr global() argument
196 ref_trackerdrm_dp_tunnel_mgr global() argument
[all...]
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_core.h585 struct drm_dp_tunnel_mgr *dp_tunnel_mgr;
H A Dintel_dp_tunnel.c781 struct drm_dp_tunnel_mgr *tunnel_mgr; in intel_dp_tunnel_mgr_init()