Searched refs:dp_tunnel_ref (Results 1 – 4 of 4) sorted by relevance
424 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 …]
261 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()
1278 struct drm_dp_tunnel_ref dp_tunnel_ref; member
4526 if (secondary_crtc_state->dp_tunnel_ref.tunnel) in copy_joiner_crtc_state_modeset()4527 drm_dp_tunnel_ref_put(&secondary_crtc_state->dp_tunnel_ref); in copy_joiner_crtc_state_modeset()4543 if (primary_crtc_state->dp_tunnel_ref.tunnel) in copy_joiner_crtc_state_modeset()4544 drm_dp_tunnel_ref_get(primary_crtc_state->dp_tunnel_ref.tunnel, in copy_joiner_crtc_state_modeset()4545 &secondary_crtc_state->dp_tunnel_ref); in copy_joiner_crtc_state_modeset()
Completed in 30 milliseconds