other_crtc_state 7187 drivers/gpu/drm/i915/display/intel_display.c 	struct intel_crtc_state *other_crtc_state;
other_crtc_state 7219 drivers/gpu/drm/i915/display/intel_display.c 		other_crtc_state =
other_crtc_state 7221 drivers/gpu/drm/i915/display/intel_display.c 		if (IS_ERR(other_crtc_state))
other_crtc_state 7222 drivers/gpu/drm/i915/display/intel_display.c 			return PTR_ERR(other_crtc_state);
other_crtc_state 7224 drivers/gpu/drm/i915/display/intel_display.c 		if (pipe_required_fdi_lanes(other_crtc_state) > 0) {
other_crtc_state 7238 drivers/gpu/drm/i915/display/intel_display.c 		other_crtc_state =
other_crtc_state 7240 drivers/gpu/drm/i915/display/intel_display.c 		if (IS_ERR(other_crtc_state))
other_crtc_state 7241 drivers/gpu/drm/i915/display/intel_display.c 			return PTR_ERR(other_crtc_state);
other_crtc_state 7243 drivers/gpu/drm/i915/display/intel_display.c 		if (pipe_required_fdi_lanes(other_crtc_state) > 2) {
other_crtc_state 13356 drivers/gpu/drm/i915/display/intel_display.c 	struct intel_crtc_state *other_crtc_state = NULL;
other_crtc_state 13367 drivers/gpu/drm/i915/display/intel_display.c 			other_crtc_state = crtc_state;
other_crtc_state 13400 drivers/gpu/drm/i915/display/intel_display.c 	else if (other_crtc_state)
other_crtc_state 13401 drivers/gpu/drm/i915/display/intel_display.c 		other_crtc_state->hsw_workaround_pipe = first_pipe;