Searched refs:hsw_workaround_pipe (Results 1 – 2 of 2) sorted by relevance
1727 enum pipe hsw_workaround_pipe; in hsw_crtc_enable() local1738 hsw_workaround_pipe = pipe_crtc_state->hsw_workaround_pipe; in hsw_crtc_enable()1739 if (display->platform.haswell && hsw_workaround_pipe != INVALID_PIPE) { in hsw_crtc_enable()1741 intel_crtc_for_pipe(display, hsw_workaround_pipe); in hsw_crtc_enable()5731 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround()5745 first_crtc_state->hsw_workaround_pipe = enabled_pipe; in hsw_mode_set_planes_workaround()5747 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()
1244 enum pipe hsw_workaround_pipe; member