hsw_workaround_pipe 6445 drivers/gpu/drm/i915/display/intel_display.c 	int pipe = intel_crtc->pipe, hsw_workaround_pipe;
hsw_workaround_pipe 6542 drivers/gpu/drm/i915/display/intel_display.c 	hsw_workaround_pipe = pipe_config->hsw_workaround_pipe;
hsw_workaround_pipe 6543 drivers/gpu/drm/i915/display/intel_display.c 	if (IS_HASWELL(dev_priv) && hsw_workaround_pipe != INVALID_PIPE) {
hsw_workaround_pipe 6544 drivers/gpu/drm/i915/display/intel_display.c 		intel_wait_for_vblank(dev_priv, hsw_workaround_pipe);
hsw_workaround_pipe 6545 drivers/gpu/drm/i915/display/intel_display.c 		intel_wait_for_vblank(dev_priv, hsw_workaround_pipe);
hsw_workaround_pipe 13385 drivers/gpu/drm/i915/display/intel_display.c 		crtc_state->hsw_workaround_pipe = INVALID_PIPE;
hsw_workaround_pipe 13399 drivers/gpu/drm/i915/display/intel_display.c 		first_crtc_state->hsw_workaround_pipe = enabled_pipe;
hsw_workaround_pipe 13401 drivers/gpu/drm/i915/display/intel_display.c 		other_crtc_state->hsw_workaround_pipe = first_pipe;
hsw_workaround_pipe  922 drivers/gpu/drm/i915/display/intel_display_types.h 	enum pipe hsw_workaround_pipe;