Searched refs:hsw_workaround_pipe (Results 1 – 3 of 3) sorted by relevance
174 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in intel_crtc_state_reset()
1765 enum pipe hsw_workaround_pipe; in hsw_crtc_enable() local1776 hsw_workaround_pipe = pipe_crtc_state->hsw_workaround_pipe; in hsw_crtc_enable()1777 if (IS_HASWELL(dev_priv) && hsw_workaround_pipe != INVALID_PIPE) { in hsw_crtc_enable()1779 intel_crtc_for_pipe(dev_priv, hsw_workaround_pipe); in hsw_crtc_enable()5720 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround()5734 first_crtc_state->hsw_workaround_pipe = enabled_pipe; in hsw_mode_set_planes_workaround()5736 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()
1271 enum pipe hsw_workaround_pipe; member