Lines Matching refs:other_crtc_state
6376 struct intel_crtc_state *other_crtc_state; in ironlake_check_fdi_lanes() local
6408 other_crtc_state = in ironlake_check_fdi_lanes()
6410 if (IS_ERR(other_crtc_state)) in ironlake_check_fdi_lanes()
6411 return PTR_ERR(other_crtc_state); in ironlake_check_fdi_lanes()
6413 if (pipe_required_fdi_lanes(other_crtc_state) > 0) { in ironlake_check_fdi_lanes()
6427 other_crtc_state = in ironlake_check_fdi_lanes()
6429 if (IS_ERR(other_crtc_state)) in ironlake_check_fdi_lanes()
6430 return PTR_ERR(other_crtc_state); in ironlake_check_fdi_lanes()
6432 if (pipe_required_fdi_lanes(other_crtc_state) > 2) { in ironlake_check_fdi_lanes()
12102 struct intel_crtc_state *other_crtc_state = NULL; in haswell_mode_set_planes_workaround() local
12114 other_crtc_state = to_intel_crtc_state(crtc_state); in haswell_mode_set_planes_workaround()
12149 else if (other_crtc_state) in haswell_mode_set_planes_workaround()
12150 other_crtc_state->hsw_workaround_pipe = first_pipe; in haswell_mode_set_planes_workaround()