HomeSort by: relevance | last modified time | path
    Searched refs:PALETTE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_color.c 408 /* Loads the legacy palette/gamma unit for the CRTC. */
434 I915_WRITE(PALETTE(pipe, i), word);
519 I915_WRITE(PALETTE(pipe, 2 * i + 0),
521 I915_WRITE(PALETTE(pipe, 2 * i + 1),
597 * Reset the index, otherwise it prevents the legacy palette to be
626 * Reset the index, otherwise it prevents the legacy palette to be
1173 /* C8 relies on its palette being stored in the legacy LUT */
1671 val = I915_READ(PALETTE(pipe, i));
1714 val1 = I915_READ(PALETTE(pipe, 2 * i + 0));
1715 val2 = I915_READ(PALETTE(pipe, 2 * i + 1))
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_reg.h 3668 * Palette regs
3676 #define PALETTE(pipe, i) _MMIO(DISPLAY_MMIO_BASE(dev_priv) + \
7316 /* legacy palette */
7324 /* ilk/snb precision palette */

Completed in 31 milliseconds