[Intel-gfx] [v5 0/6] Add support for Gen 11 pipe color features

Uma Shankar uma.shankar at intel.com
Tue Jan 8 07:37:27 UTC 2019


This patch series adds support for Gen11 pipe degamma, CSC
and gamma hardware blocks.

CRC checks are not working for 10bit gamma but works for 8bit
pallete modes which seems to be due to some rounding errors in pipe.

ToDo: Support for Multi Segmented Gamma will be added later.

v2: Addressed Maarten's review comments and re-ordered the patch
series.

v3: Addressed Matt's review comments. Removed rmw patterns
as suggested by Matt.

v4: Addressed Matt's review comments.

v5: Addressed Matt's, Ville and Jani Nikula's review comments.

Uma Shankar (6):
  drm/i915: Check for Null for color lut callbacks
  drm/i915: Sanitize crtc gamma mode
  drm/i915: Remove gamma_mode state variable
  drm/i915/icl: Add icl pipe degamma and gamma support
  drm/i915/icl: Enable ICL Pipe CSC block
  drm/i915/icl: Add degamma and gamma lut size to gen11 caps

 drivers/gpu/drm/i915/i915_pci.c      |  3 +-
 drivers/gpu/drm/i915/i915_reg.h      | 22 +++++---
 drivers/gpu/drm/i915/intel_color.c   | 97 ++++++++++++++++++++++++++++--------
 drivers/gpu/drm/i915/intel_display.c | 20 ++++++--
 drivers/gpu/drm/i915/intel_drv.h     |  3 --
 5 files changed, 110 insertions(+), 35 deletions(-)

-- 
1.9.1



More information about the Intel-gfx mailing list