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

/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_drv.c74 PIPE_A = 0, enumerator in enum:pipe
249 if (pipe == PIPE_A)
259 unsigned long reg = (pipe == PIPE_A ? PALETTE_A : PALETTE_B);
266 if (pipe == PIPE_A)
280 unsigned long reg = (pipe == PIPE_A ? PALETTE_A : PALETTE_B);
287 if (pipe == PIPE_A)
479 i915_save_palette(dev, PIPE_A);
594 i915_restore_palette(dev, PIPE_A);

Completed in 45 milliseconds