HomeSort by: relevance | last modified time | path
    Searched defs:hsw_workaround_pipe (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_types.h 986 enum pipe hsw_workaround_pipe; member in struct:intel_crtc_state
intel_display_types.h 986 enum pipe hsw_workaround_pipe; member in struct:intel_crtc_state
intel_display_types.h 986 enum pipe hsw_workaround_pipe; member in struct:intel_crtc_state
intel_display.c 6926 enum pipe pipe = crtc->pipe, hsw_workaround_pipe; local in function:hsw_crtc_enable
7021 hsw_workaround_pipe = new_crtc_state->hsw_workaround_pipe;
7022 if (IS_HASWELL(dev_priv) && hsw_workaround_pipe != INVALID_PIPE) {
7023 intel_wait_for_vblank(dev_priv, hsw_workaround_pipe);
7024 intel_wait_for_vblank(dev_priv, hsw_workaround_pipe);
12026 crtc_state->hsw_workaround_pipe = INVALID_PIPE;
14273 crtc_state->hsw_workaround_pipe = INVALID_PIPE;
14287 first_crtc_state->hsw_workaround_pipe = enabled_pipe;
14289 other_crtc_state->hsw_workaround_pipe = first_pipe
    [all...]
intel_display.c 6926 enum pipe pipe = crtc->pipe, hsw_workaround_pipe; local in function:hsw_crtc_enable
7021 hsw_workaround_pipe = new_crtc_state->hsw_workaround_pipe;
7022 if (IS_HASWELL(dev_priv) && hsw_workaround_pipe != INVALID_PIPE) {
7023 intel_wait_for_vblank(dev_priv, hsw_workaround_pipe);
7024 intel_wait_for_vblank(dev_priv, hsw_workaround_pipe);
12026 crtc_state->hsw_workaround_pipe = INVALID_PIPE;
14273 crtc_state->hsw_workaround_pipe = INVALID_PIPE;
14287 first_crtc_state->hsw_workaround_pipe = enabled_pipe;
14289 other_crtc_state->hsw_workaround_pipe = first_pipe
    [all...]
intel_display.c 6926 enum pipe pipe = crtc->pipe, hsw_workaround_pipe; local in function:hsw_crtc_enable
7021 hsw_workaround_pipe = new_crtc_state->hsw_workaround_pipe;
7022 if (IS_HASWELL(dev_priv) && hsw_workaround_pipe != INVALID_PIPE) {
7023 intel_wait_for_vblank(dev_priv, hsw_workaround_pipe);
7024 intel_wait_for_vblank(dev_priv, hsw_workaround_pipe);
12026 crtc_state->hsw_workaround_pipe = INVALID_PIPE;
14273 crtc_state->hsw_workaround_pipe = INVALID_PIPE;
14287 first_crtc_state->hsw_workaround_pipe = enabled_pipe;
14289 other_crtc_state->hsw_workaround_pipe = first_pipe
    [all...]

Completed in 121 milliseconds