[Intel-gfx] [PATCH 0/7] drm/i915: Clean up ilk+ csc stuff

Ville Syrjala ville.syrjala at linux.intel.com
Mon Feb 18 19:31:30 UTC 2019


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

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



More information about the Intel-gfx mailing list