Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_crtc.c175 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in intel_crtc_state_reset()
H A Dintel_display.c1547 enum pipe pipe = crtc->pipe, hsw_workaround_pipe; in hsw_crtc_enable() local
1623 hsw_workaround_pipe = new_crtc_state->hsw_workaround_pipe; in hsw_crtc_enable()
1624 if (IS_HASWELL(dev_priv) && hsw_workaround_pipe != INVALID_PIPE) { in hsw_crtc_enable()
1627 wa_crtc = intel_crtc_for_pipe(dev_priv, hsw_workaround_pipe); in hsw_crtc_enable()
5514 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround()
5528 first_crtc_state->hsw_workaround_pipe = enabled_pipe; in hsw_mode_set_planes_workaround()
5530 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()
H A Dintel_display_types.h1264 enum pipe hsw_workaround_pipe; member