Home
last modified time | relevance | path

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

/linux/include/drm/display/
H A Ddrm_dp_tunnel.h67 int drm_dp_tunnel_available_bw(const struct drm_dp_tunnel *tunnel);
183 drm_dp_tunnel_available_bw(const struct drm_dp_tunnel *tunnel) in drm_dp_tunnel_available_bw() function
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c1364 int drm_dp_tunnel_available_bw(const struct drm_dp_tunnel *tunnel) in drm_dp_tunnel_available_bw() function
1368 EXPORT_SYMBOL(drm_dp_tunnel_available_bw);
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c462 drm_dp_tunnel_available_bw(intel_dp->tunnel)); in intel_dp_max_link_data_rate()