Home
last modified time | relevance | path

Searched refs:drm_dp_tunnel_bw_alloc_is_enabled (Results 1 – 2 of 2) sorted by relevance

/linux/include/drm/display/
H A Ddrm_dp_tunnel.h55 bool drm_dp_tunnel_bw_alloc_is_enabled(const struct drm_dp_tunnel *tunnel);
138 static inline bool drm_dp_tunnel_bw_alloc_is_enabled(const struct drm_dp_tunnel *tunnel) in drm_dp_tunnel_bw_alloc_is_enabled() function
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_tunnel.c83 (ret == 0 || !drm_dp_tunnel_bw_alloc_is_enabled(intel_dp->tunnel))) in __update_tunnel_state()
296 return drm_dp_tunnel_bw_alloc_is_enabled(intel_dp->tunnel); in intel_dp_tunnel_bw_alloc_is_enabled()