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.c174 struct drm_dp_tunnel_mgr *mgr;
187 struct drm_dp_tunnel_mgr { struct
313 lookup_or_alloc_group(struct drm_dp_tunnel_mgr *mgr, u8 drv_group_id) in lookup_or_alloc_group()
353 struct drm_dp_tunnel_mgr *mgr = group->mgr; in free_group()
454 static bool add_tunnel_to_group(struct drm_dp_tunnel_mgr *mgr, in add_tunnel_to_group()
471 create_tunnel(struct drm_dp_tunnel_mgr *mgr, in create_tunnel()
549 static bool tunnel_regs_are_valid(struct drm_dp_tunnel_mgr *mgr, in tunnel_regs_are_valid()
757 drm_dp_tunnel_detect(struct drm_dp_tunnel_mgr *mgr, in drm_dp_tunnel_detect()
1074 struct drm_dp_tunnel_mgr *mgr = tunnel->group->mgr; in allocate_tunnel_bw()
1299 int drm_dp_tunnel_handle_irq(struct drm_dp_tunnel_mgr *mgr, struct drm_dp_aux *aux) in drm_dp_tunnel_handle_irq()
[all …]
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_core.h563 struct drm_dp_tunnel_mgr *dp_tunnel_mgr;
H A Dintel_dp_tunnel.c780 struct drm_dp_tunnel_mgr *tunnel_mgr; in intel_dp_tunnel_mgr_init()