Searched refs:hsw_workaround_pipe (Results 1 – 3 of 3) sorted by relevance
188 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in intel_crtc_state_reset()
1704 enum pipe hsw_workaround_pipe; in hsw_crtc_enable() local1715 hsw_workaround_pipe = pipe_crtc_state->hsw_workaround_pipe; in hsw_crtc_enable()1716 if (display->platform.haswell && hsw_workaround_pipe != INVALID_PIPE) { in hsw_crtc_enable()1718 intel_crtc_for_pipe(display, hsw_workaround_pipe); in hsw_crtc_enable()5725 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround()5739 first_crtc_state->hsw_workaround_pipe = enabled_pipe; in hsw_mode_set_planes_workaround()5741 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()
1243 enum pipe hsw_workaround_pipe; member