Searched refs:drm_dp_tunnel_mgr (Results 1 – 3 of 3) sorted by relevance
| /linux/include/drm/display/ |
| H A D | drm_dp_tunnel.h | 18 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 D | drm_dp_tunnel.c | 175 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 *mgr, struct drm_dp_aux *aux) in drm_dp_tunnel_handle_irq() [all …]
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_dp_tunnel.c | 788 struct drm_dp_tunnel_mgr *tunnel_mgr; in intel_dp_tunnel_mgr_init()
|