Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
A Dintel_crtc.c134 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in intel_crtc_state_reset()
A Dintel_display.c2642 enum pipe pipe = crtc->pipe, hsw_workaround_pipe; in hsw_crtc_enable() local
2729 hsw_workaround_pipe = new_crtc_state->hsw_workaround_pipe; in hsw_crtc_enable()
2730 if (IS_HASWELL(dev_priv) && hsw_workaround_pipe != INVALID_PIPE) { in hsw_crtc_enable()
2731 intel_wait_for_vblank(dev_priv, hsw_workaround_pipe); in hsw_crtc_enable()
2732 intel_wait_for_vblank(dev_priv, hsw_workaround_pipe); in hsw_crtc_enable()
8453 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround()
8467 first_crtc_state->hsw_workaround_pipe = enabled_pipe; in hsw_mode_set_planes_workaround()
8469 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()
A Dintel_display_types.h1130 enum pipe hsw_workaround_pipe; member

Completed in 40 milliseconds