Searched refs:CGM_PIPE_GAMMA (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/i915/display/ |
D | intel_color.c | 1137 intel_de_write_fw(dev_priv, CGM_PIPE_GAMMA(pipe, i, 0), in chv_load_cgm_gamma() 1139 intel_de_write_fw(dev_priv, CGM_PIPE_GAMMA(pipe, i, 1), in chv_load_cgm_gamma() 1935 u32 ldw = intel_de_read_fw(dev_priv, CGM_PIPE_GAMMA(pipe, i, 0)); in chv_read_cgm_gamma() 1936 u32 udw = intel_de_read_fw(dev_priv, CGM_PIPE_GAMMA(pipe, i, 1)); in chv_read_cgm_gamma()
|
/linux-6.1.9/drivers/gpu/drm/i915/ |
D | i915_reg.h | 7910 #define CGM_PIPE_GAMMA(pipe, i, w) _MMIO(_PIPE(pipe, _CGM_PIPE_A_GAMMA, _CGM_PIPE_B_GAMMA) + (i) * … macro
|