Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_crtc.c183 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in intel_crtc_state_reset()
H A Dintel_display.c1726 enum pipe hsw_workaround_pipe; in hsw_crtc_enable() local
1737 hsw_workaround_pipe = pipe_crtc_state->hsw_workaround_pipe; in hsw_crtc_enable()
1738 if (display->platform.haswell && hsw_workaround_pipe != INVALID_PIPE) { in hsw_crtc_enable()
1740 intel_crtc_for_pipe(display, hsw_workaround_pipe); in hsw_crtc_enable()
5624 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround()
5638 first_crtc_state->hsw_workaround_pipe = enabled_pipe; in hsw_mode_set_planes_workaround()
5640 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()
H A Dintel_display_types.h1169 enum pipe hsw_workaround_pipe; member