Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_crtc.c134 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in intel_crtc_state_reset()
Dintel_display_types.h1125 enum pipe hsw_workaround_pipe; member
Dintel_display.c3547 enum pipe pipe = crtc->pipe, hsw_workaround_pipe; in hsw_crtc_enable() local
3636 hsw_workaround_pipe = new_crtc_state->hsw_workaround_pipe; in hsw_crtc_enable()
3637 if (IS_HASWELL(dev_priv) && hsw_workaround_pipe != INVALID_PIPE) { in hsw_crtc_enable()
3638 intel_wait_for_vblank(dev_priv, hsw_workaround_pipe); in hsw_crtc_enable()
3639 intel_wait_for_vblank(dev_priv, hsw_workaround_pipe); in hsw_crtc_enable()
9456 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround()
9470 first_crtc_state->hsw_workaround_pipe = enabled_pipe; in hsw_mode_set_planes_workaround()
9472 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()