Searched refs:LGC_PALETTE (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_gvt_mmio_table.c | 693 MMIO_F(LGC_PALETTE(PIPE_A, 0), 1024); in iterate_generic_mmio() 694 MMIO_F(LGC_PALETTE(PIPE_B, 0), 1024); in iterate_generic_mmio() 695 MMIO_F(LGC_PALETTE(PIPE_C, 0), 1024); in iterate_generic_mmio()
|
H A D | i915_reg.h | 4220 #define LGC_PALETTE(pipe, i) _MMIO(_PIPE(pipe, _LGC_PALETTE_A, _LGC_PALETTE_B) + (i) * 4) macro
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_color.c | 1269 ilk_lut_write(crtc_state, LGC_PALETTE(pipe, i), in ilk_load_lut_8() 3237 u32 val = intel_de_read_fw(i915, LGC_PALETTE(pipe, i)); in ilk_read_lut_8()
|