Searched refs:CGM_PIPE_DEGAMMA (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_color.c | 1045 intel_de_write(dev_priv, CGM_PIPE_DEGAMMA(pipe, i, 0), in chv_load_cgm_degamma() 1047 intel_de_write(dev_priv, CGM_PIPE_DEGAMMA(pipe, i, 1), in chv_load_cgm_degamma()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 6541 #define CGM_PIPE_DEGAMMA(pipe, i, w) _MMIO(_PIPE(pipe, _CGM_PIPE_A_DEGAMMA, _CGM_PIPE_B_DEGAMMA) + (i) * 8 + (w) * 4) macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 11044 #define CGM_PIPE_DEGAMMA(pipe, i, w) _MMIO(_PIPE(pipe, _CGM_PIPE_A_DEGAMMA, _CGM_PIPE_B_DEGAMMA) + (i) * 8 + (w) * 4) macro
|
Completed in 71 milliseconds