Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c174 struct drm_dp_tunnel_mgr *mgr;
187 struct drm_dp_tunnel_mgr { struct
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()
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()
1875 static void destroy_mgr(struct drm_dp_tunnel_mgr *mgr) in destroy_mgr()
1902 struct drm_dp_tunnel_mgr *
1905 struct drm_dp_tunnel_mgr *mgr; in drm_dp_tunnel_mgr_create()
[all …]
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_display_core.h565 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()