Home
last modified time | relevance | path

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

/linux-6.14.4/include/drm/display/
Ddrm_dp_tunnel.h60 void drm_dp_tunnel_set_io_error(struct drm_dp_tunnel *tunnel);
161 static inline void drm_dp_tunnel_set_io_error(struct drm_dp_tunnel *tunnel) {} in drm_dp_tunnel_set_io_error() function
/linux-6.14.4/drivers/gpu/drm/display/
Ddrm_dp_tunnel.c541 void drm_dp_tunnel_set_io_error(struct drm_dp_tunnel *tunnel) in drm_dp_tunnel_set_io_error() function
545 EXPORT_SYMBOL(drm_dp_tunnel_set_io_error);
687 drm_dp_tunnel_set_io_error(tunnel); in read_and_verify_tunnel_regs()
894 drm_dp_tunnel_set_io_error(tunnel_iter); in update_group_available_bw()
932 drm_dp_tunnel_set_io_error(tunnel); in set_bw_alloc_mode()
1145 drm_dp_tunnel_set_io_error(tunnel); in allocate_tunnel_bw()
1227 drm_dp_tunnel_set_io_error(tunnel); in check_and_clear_status_change()
/linux-6.14.4/drivers/gpu/drm/i915/display/
Dintel_dp_tunnel.c327 drm_dp_tunnel_set_io_error(intel_dp->tunnel); in intel_dp_tunnel_resume()