Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H 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 …]
H 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()
H A Dintel_display_types.h1267 struct drm_dp_tunnel_ref dp_tunnel_ref; member
H A Dintel_display.c4490 if (secondary_crtc_state->dp_tunnel_ref.tunnel) in copy_joiner_crtc_state_modeset()
4491 drm_dp_tunnel_ref_put(&secondary_crtc_state->dp_tunnel_ref); in copy_joiner_crtc_state_modeset()
4507 if (primary_crtc_state->dp_tunnel_ref.tunnel) in copy_joiner_crtc_state_modeset()
4508 drm_dp_tunnel_ref_get(primary_crtc_state->dp_tunnel_ref.tunnel, in copy_joiner_crtc_state_modeset()
4509 &secondary_crtc_state->dp_tunnel_ref); in copy_joiner_crtc_state_modeset()