Searched refs:PIPE_A (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_suspend.c47 dpll_reg = (pipe == PIPE_A) ? _DPLL_A : _DPLL_B;
55 unsigned long reg = (pipe == PIPE_A ? _PALETTE_A : _PALETTE_B);
63 reg = (pipe == PIPE_A) ? _LGC_PALETTE_A : _LGC_PALETTE_B;
65 if (pipe == PIPE_A)
77 unsigned long reg = (pipe == PIPE_A ? _PALETTE_A : _PALETTE_B);
85 reg = (pipe == PIPE_A) ? _LGC_PALETTE_A : _LGC_PALETTE_B;
87 if (pipe == PIPE_A)
318 i915_save_palette(dev, PIPE_A);
528 i915_restore_palette(dev, PIPE_A);
H A Dintel_ddi.c995 case PIPE_A:
1123 *pipe = PIPE_A;
H A Dintel_display.c1189 enum pipe panel_pipe = PIPE_A;
1223 if (pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE)
1486 if (pipe == PIPE_A && (dev_priv->quirks & QUIRK_PIPEA_FORCE))
1799 * @pipe should be %PIPE_A or %PIPE_B.
1851 * @pipe should be %PIPE_A or %PIPE_B.
1870 if (pipe == PIPE_A && (dev_priv->quirks & QUIRK_PIPEA_FORCE))
5360 case PIPE_A:
9146 crtc->pipe == PIPE_A && !crtc->active) {
9264 pipe = PIPE_A;
H A Di915_drv.h54 PIPE_A = 0, enumerator in enum:pipe

Completed in 215 milliseconds