From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> I wanted to make some progress towards exposing more fancy gamma modes, and actually usin them. As a start I ended up with some 30 patches to clean up the mess that is intel_color_check(). Fortunately I can split this up into a few mostly independent chunks. The first of which is this series that cleans up the ilk+ csc code a bit. And I included a small piece for the CHV CGM as well. Ville Syrjälä (7): drm/i915: Readout and check csc_mode drm/i915: Preocmpute/readout/check CHV CGM mode drm/i915: Extract ilk_csc_limited_range() drm/i915: Clean up ilk/icl pipe/output CSC programming drm/i915: Extract ilk_csc_convert_ctm() drm/i915: Clean the csc limited range/identity programming drm/i915: Split ilk vs. icl csc matrix handling drivers/gpu/drm/i915/intel_color.c | 384 +++++++++++++++------------ drivers/gpu/drm/i915/intel_display.c | 11 + drivers/gpu/drm/i915/intel_drv.h | 9 +- 3 files changed, 233 insertions(+), 171 deletions(-) -- 2.19.2 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx