Home
last modified time | relevance | path

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

/linux/include/drm/display/
H A Ddrm_dp_tunnel.h65 int drm_dp_tunnel_max_dprx_rate(const struct drm_dp_tunnel *tunnel);
171 drm_dp_tunnel_max_dprx_rate(const struct drm_dp_tunnel *tunnel) in drm_dp_tunnel_max_dprx_rate() function
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c1327 int drm_dp_tunnel_max_dprx_rate(const struct drm_dp_tunnel *tunnel) in drm_dp_tunnel_max_dprx_rate() function
1331 EXPORT_SYMBOL(drm_dp_tunnel_max_dprx_rate);
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c172 return drm_dp_tunnel_max_dprx_rate(intel_dp->tunnel); in max_dprx_rate()