Searched refs:LGC_PALETTE (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_color.c | 341 I915_WRITE(LGC_PALETTE(pipe, i), word); in i9xx_load_luts_internal() 350 I915_WRITE(LGC_PALETTE(pipe, i), word); in i9xx_load_luts_internal()
|
D | i915_reg.h | 6978 #define LGC_PALETTE(pipe, i) _MMIO(_PIPE(pipe, _LGC_PALETTE_A, _LGC_PALETTE_B) + (i) * 4) macro
|
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | handlers.c | 3280 {D_ALL, LGC_PALETTE(PIPE_A, 0), 1024, NULL, NULL}, 3281 {D_ALL, LGC_PALETTE(PIPE_B, 0), 1024, NULL, NULL}, 3282 {D_ALL, LGC_PALETTE(PIPE_C, 0), 1024, NULL, NULL},
|