Home
last modified time | relevance | path

Searched refs:hsw_workaround_pipe (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_display.c5635 int pipe = intel_crtc->pipe, hsw_workaround_pipe; in haswell_crtc_enable() local
5743 hsw_workaround_pipe = pipe_config->hsw_workaround_pipe; in haswell_crtc_enable()
5744 if (IS_HASWELL(dev_priv) && hsw_workaround_pipe != INVALID_PIPE) { in haswell_crtc_enable()
5745 intel_wait_for_vblank(dev_priv, hsw_workaround_pipe); in haswell_crtc_enable()
5746 intel_wait_for_vblank(dev_priv, hsw_workaround_pipe); in haswell_crtc_enable()
12134 pipe_config->hsw_workaround_pipe = INVALID_PIPE; in haswell_mode_set_planes_workaround()
12148 first_crtc_state->hsw_workaround_pipe = enabled_pipe; in haswell_mode_set_planes_workaround()
12150 other_crtc_state->hsw_workaround_pipe = first_pipe; in haswell_mode_set_planes_workaround()
Dintel_drv.h879 enum pipe hsw_workaround_pipe; member