All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Color Management for DRM framework v10
@ 2015-12-17 18:57 Lionel Landwerlin
  2015-12-17 18:57 ` [PATCH 1/6] drm: Create Color Management DRM properties Lionel Landwerlin
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Lionel Landwerlin @ 2015-12-17 18:57 UTC (permalink / raw)
  To: intel-gfx

Hi,

Here is an update on the color management serie by Shashank.
This one squashes things a bit to make it a bit easier to review.

This also includes a number of fixes,

for Braswell :

 - Read the right values from the degamma blob.

for Broadwell :

 - Always reset the lut index when writing the values for split mode,
    otherwise writing the degamma lut twice will set the gamma lut on
       the second write.

Cheers,

-
Lionel

Shashank Sharma (6):
  drm: Create Color Management DRM properties
  drm/i915: Add set property interface for CRTC
  drm/i915: Disable plane gamma
  drm/i915/chv: Implement color management
  drm/i915/bdw+: Implement color management
  drm/i915: Register color correction capabilities

 drivers/gpu/drm/drm_atomic.c               |  67 ++-
 drivers/gpu/drm/drm_atomic_helper.c        |   9 +
 drivers/gpu/drm/drm_crtc.c                 |  32 ++
 drivers/gpu/drm/i915/Makefile              |   3 +-
 drivers/gpu/drm/i915/i915_drv.c            |  19 +-
 drivers/gpu/drm/i915/i915_drv.h            |   2 +
 drivers/gpu/drm/i915/i915_reg.h            |  67 ++-
 drivers/gpu/drm/i915/intel_color_manager.c | 857 +++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_color_manager.h | 111 ++++
 drivers/gpu/drm/i915/intel_display.c       |   6 +-
 drivers/gpu/drm/i915/intel_drv.h           |   4 +
 drivers/gpu/drm/i915/intel_sprite.c        |   7 +-
 include/drm/drm_crtc.h                     |  24 +
 include/uapi/drm/drm.h                     |  30 +
 14 files changed, 1228 insertions(+), 10 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/intel_color_manager.c
 create mode 100644 drivers/gpu/drm/i915/intel_color_manager.h

--
2.6.3
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2016-01-12 10:02 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-17 18:57 [PATCH 0/6] Color Management for DRM framework v10 Lionel Landwerlin
2015-12-17 18:57 ` [PATCH 1/6] drm: Create Color Management DRM properties Lionel Landwerlin
2015-12-17 21:40   ` kbuild test robot
2015-12-18 16:53   ` Daniel Stone
2015-12-21 12:38     ` Daniel Vetter
2015-12-23  9:47       ` Daniel Stone
2016-01-05 10:23         ` Daniel Vetter
2016-01-11 20:37           ` Daniel Stone
2016-01-12 10:02             ` Ville Syrjälä
2015-12-21 12:43   ` Daniel Vetter
2015-12-17 18:57 ` [PATCH 2/6] drm/i915: Add set property interface for CRTC Lionel Landwerlin
2015-12-17 18:57 ` [PATCH 3/6] drm/i915: Disable plane gamma Lionel Landwerlin
2015-12-17 18:57 ` [PATCH 4/6] drm/i915/chv: Implement color management Lionel Landwerlin
2015-12-18 16:53   ` Daniel Stone
2015-12-21 12:49   ` Daniel Vetter
2015-12-17 18:57 ` [PATCH 5/6] drm/i915/bdw+: " Lionel Landwerlin
2015-12-18 16:53   ` Daniel Stone
2015-12-17 18:57 ` [PATCH 6/6] drm/i915: Register color correction capabilities Lionel Landwerlin
2015-12-18 16:54   ` Daniel Stone
2015-12-18  4:06 ` [PATCH 0/6] Color Management for DRM framework v10 Sharma, Shashank

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.