Home
last modified time | relevance | path

Searched refs:LGC_PALETTE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/i915/
HDintel_color.c336 I915_WRITE(LGC_PALETTE(pipe, i), word); in i9xx_load_luts_internal()
345 I915_WRITE(LGC_PALETTE(pipe, i), word); in i9xx_load_luts_internal()
HDi915_reg.h6712 #define LGC_PALETTE(pipe, i) _MMIO(_PIPE(pipe, _LGC_PALETTE_A, _LGC_PALETTE_B) + (i) * 4) macro