[Intel-gfx] [PATCH 0/6] Pipe level color management V2

Lionel Landwerlin lionel.g.landwerlin at intel.com
Fri Jan 22 04:12:06 PST 2016


Hi,

Just a quick update to fix the warnings in the BAT due to missing
property type flag.

Also prevent GAMMA_MODE register read when committing the crtc state
(as reported by Daniel Stone).

Cheers,

Lionel

Lionel Landwerlin (6):
  drm/i915: Extract out gamma table and CSC to their own file
  drm: introduce color correction properties
  drm/i915: enable CSC for pipe C
  drm/i915: enable legacy palette for pipe C
  drm/i915: Implement color management on bdw/skl/bxt/kbl
  drm/i915: Implement color management on chv

 Documentation/DocBook/gpu.tmpl       |  50 ++-
 drivers/gpu/drm/drm_atomic.c         | 102 ++++++-
 drivers/gpu/drm/drm_atomic_helper.c  |  10 +
 drivers/gpu/drm/drm_crtc.c           |  35 +++
 drivers/gpu/drm/drm_crtc_helper.c    |  33 ++
 drivers/gpu/drm/i915/Makefile        |   1 +
 drivers/gpu/drm/i915/i915_drv.c      |  27 +-
 drivers/gpu/drm/i915/i915_drv.h      |   9 +
 drivers/gpu/drm/i915/i915_reg.h      | 105 ++++++-
 drivers/gpu/drm/i915/intel_color.c   | 574 +++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_display.c | 175 ++---------
 drivers/gpu/drm/i915/intel_drv.h     |  14 +
 include/drm/drm_crtc.h               |  43 ++-
 include/drm/drm_crtc_helper.h        |   3 +
 include/uapi/drm/drm_mode.h          |  15 +
 15 files changed, 1019 insertions(+), 177 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/intel_color.c

--
2.6.4


More information about the Intel-gfx mailing list