Searched refs:other_crtc_state (Results 1 – 1 of 1) sorted by relevance
7187 struct intel_crtc_state *other_crtc_state; in ironlake_check_fdi_lanes() local7219 other_crtc_state = in ironlake_check_fdi_lanes()7221 if (IS_ERR(other_crtc_state)) in ironlake_check_fdi_lanes()7222 return PTR_ERR(other_crtc_state); in ironlake_check_fdi_lanes()7224 if (pipe_required_fdi_lanes(other_crtc_state) > 0) { in ironlake_check_fdi_lanes()7238 other_crtc_state = in ironlake_check_fdi_lanes()7240 if (IS_ERR(other_crtc_state)) in ironlake_check_fdi_lanes()7241 return PTR_ERR(other_crtc_state); in ironlake_check_fdi_lanes()7243 if (pipe_required_fdi_lanes(other_crtc_state) > 2) { in ironlake_check_fdi_lanes()13356 struct intel_crtc_state *other_crtc_state = NULL; in haswell_mode_set_planes_workaround() local[all …]