Searched refs:CGM_PIPE_DEGAMMA (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_color.c | 1725 intel_de_write_fw(i915, CGM_PIPE_DEGAMMA(pipe, i, 0), in chv_load_cgm_degamma() 1727 intel_de_write_fw(i915, CGM_PIPE_DEGAMMA(pipe, i, 1), in chv_load_cgm_degamma() 3172 u32 ldw = intel_de_read_fw(dev_priv, CGM_PIPE_DEGAMMA(pipe, i, 0)); in chv_read_cgm_degamma() 3173 u32 udw = intel_de_read_fw(dev_priv, CGM_PIPE_DEGAMMA(pipe, i, 1)); in chv_read_cgm_degamma()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 6543 #define CGM_PIPE_DEGAMMA(pipe, i, w) _MMIO(_PIPE(pipe, _CGM_PIPE_A_DEGAMMA, _CGM_PIPE_B_DEGAMMA) + (i) * 8 + (w) * 4) 6541 #define CGM_PIPE_DEGAMMA( global() macro
|