Searched refs:linked_crtc_state (Results 1 – 1 of 1) sorted by relevance
9982 struct intel_crtc_state *linked_crtc_state; in intel_bigjoiner_add_affected_crtcs() local9990 linked_crtc_state = intel_atomic_get_crtc_state(&state->base, linked_crtc); in intel_bigjoiner_add_affected_crtcs()9991 if (IS_ERR(linked_crtc_state)) in intel_bigjoiner_add_affected_crtcs()9992 return PTR_ERR(linked_crtc_state); in intel_bigjoiner_add_affected_crtcs()9997 linked_crtc_state->uapi.mode_changed = true; in intel_bigjoiner_add_affected_crtcs()10130 struct intel_crtc_state *linked_crtc_state = in intel_atomic_check() local10133 if (intel_crtc_needs_modeset(linked_crtc_state)) { in intel_atomic_check()