Home
last modified time | relevance | path

Searched refs:drm_dp_tunnel_bw_alloc_is_enabled (Results 1 – 3 of 3) 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.c94 !drm_dp_tunnel_bw_alloc_is_enabled(intel_dp->tunnel)) in update_tunnel_state()
258 return drm_dp_tunnel_bw_alloc_is_enabled(intel_dp->tunnel); in intel_dp_tunnel_bw_alloc_is_enabled()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c1026 * drm_dp_tunnel_bw_alloc_is_enabled - Query the BW allocation mode enabled state
1033 bool drm_dp_tunnel_bw_alloc_is_enabled(const struct drm_dp_tunnel *tunnel) in drm_dp_tunnel_bw_alloc_is_enabled() function
1037 EXPORT_SYMBOL(drm_dp_tunnel_bw_alloc_is_enabled);
1212 if (!drm_dp_tunnel_bw_alloc_is_enabled(tunnel)) in check_and_clear_status_change()