On Wed, Mar 16, 2016 at 10:57:13AM +0000, Lionel Landwerlin wrote: > This series introduces pipe level color management for Intel platforms > on CherryView and Broadwell on. > > This series is based of a previous set of patches by Shashank Sharma. > > Cheers, > > Lionel > > v9: Rebase on nightly > > v10: Mask GAMMA_MODE register value (Matt Roper) > Cleanup legacy LUT helper (Emil Velikov) > > v11: Rebase on drm-nightly The only issues raised by CI were a sporadic error that we already have a bug (and fix) for at https://bugs.freedesktop.org/show_bug.cgi?id=94349 Everything looks good, so merged these to dinq and merged the corresponding igt tests as well. Thanks for the patches. Matt > > Lionel Landwerlin (4): > drm/i915: Extract out gamma table and CSC to their own file > drm/i915: Do not read GAMMA_MODE register > drm/i915: Implement color management on bdw/skl/bxt/kbl > drm/i915: Implement color management on chv > > Documentation/DocBook/gpu.tmpl | 6 +- > drivers/gpu/drm/i915/Makefile | 1 + > drivers/gpu/drm/i915/i915_drv.c | 27 +- > drivers/gpu/drm/i915/i915_drv.h | 8 + > drivers/gpu/drm/i915/i915_reg.h | 53 ++++ > drivers/gpu/drm/i915/intel_color.c | 556 +++++++++++++++++++++++++++++++++++ > drivers/gpu/drm/i915/intel_display.c | 184 +++--------- > drivers/gpu/drm/i915/intel_drv.h | 12 + > drivers/gpu/drm/i915/intel_fbdev.c | 8 + > 9 files changed, 695 insertions(+), 160 deletions(-) > create mode 100644 drivers/gpu/drm/i915/intel_color.c > > -- > 2.7.0 > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Matt Roper Graphics Software Engineer IoTG Platform Enabling & Development Intel Corporation (916) 356-2795 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx