Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_atomic.c260 if (crtc_state->dp_tunnel_ref.tunnel) in intel_crtc_duplicate_state()
261 drm_dp_tunnel_ref_get(crtc_state->dp_tunnel_ref.tunnel, in intel_crtc_duplicate_state()
262 &crtc_state->dp_tunnel_ref); in intel_crtc_duplicate_state()
323 if (crtc_state->dp_tunnel_ref.tunnel) in intel_crtc_destroy_state()
324 drm_dp_tunnel_ref_put(&crtc_state->dp_tunnel_ref); in intel_crtc_destroy_state()
H A Dintel_display_types.h1360 struct drm_dp_tunnel_ref dp_tunnel_ref; member