Lines Matching refs:other_crtc_state
6500 struct intel_crtc_state *other_crtc_state; in ironlake_check_fdi_lanes() local
6532 other_crtc_state = in ironlake_check_fdi_lanes()
6534 if (IS_ERR(other_crtc_state)) in ironlake_check_fdi_lanes()
6535 return PTR_ERR(other_crtc_state); in ironlake_check_fdi_lanes()
6537 if (pipe_required_fdi_lanes(other_crtc_state) > 0) { in ironlake_check_fdi_lanes()
6551 other_crtc_state = in ironlake_check_fdi_lanes()
6553 if (IS_ERR(other_crtc_state)) in ironlake_check_fdi_lanes()
6554 return PTR_ERR(other_crtc_state); in ironlake_check_fdi_lanes()
6556 if (pipe_required_fdi_lanes(other_crtc_state) > 2) { in ironlake_check_fdi_lanes()
12976 struct intel_crtc_state *other_crtc_state = NULL; in haswell_mode_set_planes_workaround() local
12988 other_crtc_state = to_intel_crtc_state(crtc_state); in haswell_mode_set_planes_workaround()
13023 else if (other_crtc_state) in haswell_mode_set_planes_workaround()
13024 other_crtc_state->hsw_workaround_pipe = first_pipe; in haswell_mode_set_planes_workaround()