Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_color.c415 I915_WRITE(LGC_PALETTE(pipe, i), word); in i9xx_load_luts_internal()
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dhandlers.c3332 {D_ALL, LGC_PALETTE(PIPE_A, 0), 1024, NULL, NULL},
3333 {D_ALL, LGC_PALETTE(PIPE_B, 0), 1024, NULL, NULL},
3334 {D_ALL, LGC_PALETTE(PIPE_C, 0), 1024, NULL, NULL},
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h7180 #define LGC_PALETTE(pipe, i) _MMIO(_PIPE(pipe, _LGC_PALETTE_A, _LGC_PALETTE_B) + (i) * 4) macro