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/
H A Dintel_dp_tunnel.c423 old_crtc_state->dp_tunnel_ref.tunnel == intel_dp->tunnel) in check_inherited_tunnel_state()
492 struct drm_dp_tunnel *tunnel = new_crtc_state->dp_tunnel_ref.tunnel; in intel_dp_tunnel_atomic_add_state_for_crtc()
514 if (!crtc_state->dp_tunnel_ref.tunnel) in check_group_state()
523 crtc_state->dp_tunnel_ref.tunnel); in check_group_state()
525 return intel_dp_tunnel_atomic_add_group_state(state, crtc_state->dp_tunnel_ref.tunnel); in check_group_state()
612 &crtc_state->dp_tunnel_ref); in intel_dp_tunnel_atomic_compute_stream_bw()
633 if (!crtc_state->dp_tunnel_ref.tunnel) in intel_dp_tunnel_atomic_clear_stream_bw()
637 crtc_state->dp_tunnel_ref.tunnel, in intel_dp_tunnel_atomic_clear_stream_bw()
642 drm_dp_tunnel_ref_put(&crtc_state->dp_tunnel_ref); in intel_dp_tunnel_atomic_clear_stream_bw()
700 tunnel = old_crtc_state->dp_tunnel_ref.tunnel; in atomic_decrease_bw()
[all …]
H A Dintel_atomic.c261 if (crtc_state->dp_tunnel_ref.tunnel) in intel_crtc_duplicate_state()
262 drm_dp_tunnel_ref_get(crtc_state->dp_tunnel_ref.tunnel, in intel_crtc_duplicate_state()
263 &crtc_state->dp_tunnel_ref); in intel_crtc_duplicate_state()
318 if (crtc_state->dp_tunnel_ref.tunnel) in intel_crtc_destroy_state()
319 drm_dp_tunnel_ref_put(&crtc_state->dp_tunnel_ref); in intel_crtc_destroy_state()
H A Dintel_display_types.h1345 struct drm_dp_tunnel_ref dp_tunnel_ref; member
H A Dintel_display.c4564 if (secondary_crtc_state->dp_tunnel_ref.tunnel) in copy_joiner_crtc_state_modeset()
4565 drm_dp_tunnel_ref_put(&secondary_crtc_state->dp_tunnel_ref); in copy_joiner_crtc_state_modeset()
4581 if (primary_crtc_state->dp_tunnel_ref.tunnel) in copy_joiner_crtc_state_modeset()
4582 drm_dp_tunnel_ref_get(primary_crtc_state->dp_tunnel_ref.tunnel, in copy_joiner_crtc_state_modeset()
4583 &secondary_crtc_state->dp_tunnel_ref); in copy_joiner_crtc_state_modeset()