Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_drv.h470 enum pipe hsw_workaround_pipe; member
Dintel_display.c4972 int pipe = intel_crtc->pipe, hsw_workaround_pipe; in haswell_crtc_enable() local
5055 hsw_workaround_pipe = pipe_config->hsw_workaround_pipe; in haswell_crtc_enable()
5056 if (IS_HASWELL(dev) && hsw_workaround_pipe != INVALID_PIPE) { in haswell_crtc_enable()
5057 intel_wait_for_vblank(dev, hsw_workaround_pipe); in haswell_crtc_enable()
5058 intel_wait_for_vblank(dev, hsw_workaround_pipe); in haswell_crtc_enable()
13008 pipe_config->hsw_workaround_pipe = INVALID_PIPE; in haswell_mode_set_planes_workaround()
13022 first_crtc_state->hsw_workaround_pipe = enabled_pipe; in haswell_mode_set_planes_workaround()
13024 other_crtc_state->hsw_workaround_pipe = first_pipe; in haswell_mode_set_planes_workaround()