Searched refs:drm_dp_tunnel_alloc_bw (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c1151 * drm_dp_tunnel_alloc_bw - Allocate BW for a DP tunnel
1160 int drm_dp_tunnel_alloc_bw(struct drm_dp_tunnel *tunnel, int bw) function
1170 EXPORT_SYMBOL(drm_dp_tunnel_alloc_bw); variable
1179 * calling drm_dp_tunnel_alloc_bw().
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dp_tunnel.c146 err = drm_dp_tunnel_alloc_bw(intel_dp->tunnel, tunnel_bw);
703 drm_dp_tunnel_alloc_bw(tunnel, new_bw);
749 if (drm_dp_tunnel_alloc_bw(tunnel, bw) != 0)
/linux-master/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) function

Completed in 341 milliseconds