Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
A Dintel_dp_tunnel.c424 old_crtc_state->dp_tunnel_ref.tunnel == intel_dp->tunnel) in check_inherited_tunnel_state()
493 struct drm_dp_tunnel *tunnel = new_crtc_state->dp_tunnel_ref.tunnel; in intel_dp_tunnel_atomic_add_state_for_crtc()
515 if (!crtc_state->dp_tunnel_ref.tunnel) in check_group_state()
524 crtc_state->dp_tunnel_ref.tunnel); in check_group_state()
526 return intel_dp_tunnel_atomic_add_group_state(state, crtc_state->dp_tunnel_ref.tunnel); in check_group_state()
613 &crtc_state->dp_tunnel_ref); in intel_dp_tunnel_atomic_compute_stream_bw()
631 if (!crtc_state->dp_tunnel_ref.tunnel) in intel_dp_tunnel_atomic_clear_stream_bw()
635 crtc_state->dp_tunnel_ref.tunnel, in intel_dp_tunnel_atomic_clear_stream_bw()
637 drm_dp_tunnel_ref_put(&crtc_state->dp_tunnel_ref); in intel_dp_tunnel_atomic_clear_stream_bw()
693 tunnel = old_crtc_state->dp_tunnel_ref.tunnel; in atomic_decrease_bw()
[all …]
A Dintel_atomic.c262 if (crtc_state->dp_tunnel_ref.tunnel) in intel_crtc_duplicate_state()
263 drm_dp_tunnel_ref_get(crtc_state->dp_tunnel_ref.tunnel, in intel_crtc_duplicate_state()
264 &crtc_state->dp_tunnel_ref); in intel_crtc_duplicate_state()
319 if (crtc_state->dp_tunnel_ref.tunnel) in intel_crtc_destroy_state()
320 drm_dp_tunnel_ref_put(&crtc_state->dp_tunnel_ref); in intel_crtc_destroy_state()
A Dintel_display_types.h1372 struct drm_dp_tunnel_ref dp_tunnel_ref; member
A Dintel_display.c4570 if (secondary_crtc_state->dp_tunnel_ref.tunnel) in copy_joiner_crtc_state_modeset()
4571 drm_dp_tunnel_ref_put(&secondary_crtc_state->dp_tunnel_ref); in copy_joiner_crtc_state_modeset()
4587 if (primary_crtc_state->dp_tunnel_ref.tunnel) in copy_joiner_crtc_state_modeset()
4588 drm_dp_tunnel_ref_get(primary_crtc_state->dp_tunnel_ref.tunnel, in copy_joiner_crtc_state_modeset()
4589 &secondary_crtc_state->dp_tunnel_ref); in copy_joiner_crtc_state_modeset()

Completed in 30 milliseconds