Home
last modified time | relevance | path

Searched refs:drm_dp_tunnel_alloc_bw (Results 1 – 3 of 3) sorted by relevance

/linux/include/drm/display/
H A Ddrm_dp_tunnel.h56 int drm_dp_tunnel_alloc_bw(struct drm_dp_tunnel *tunnel, int bw);
144 drm_dp_tunnel_alloc_bw(struct drm_dp_tunnel *tunnel, int bw) in drm_dp_tunnel_alloc_bw() function
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_tunnel.c146 err = drm_dp_tunnel_alloc_bw(intel_dp->tunnel, tunnel_bw); in allocate_initial_tunnel_bw_for_pipes()
706 drm_dp_tunnel_alloc_bw(tunnel, new_bw); in atomic_decrease_bw()
752 if (drm_dp_tunnel_alloc_bw(tunnel, bw) != 0) in atomic_increase_bw()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c1160 int drm_dp_tunnel_alloc_bw(struct drm_dp_tunnel *tunnel, int bw) in drm_dp_tunnel_alloc_bw() function
1170 EXPORT_SYMBOL(drm_dp_tunnel_alloc_bw);