[PATCH v2 0/4] drm/vc4: Atomic color management support

Stefan Schake stschake at gmail.com
Sat Mar 24 18:52:36 PDT 2018


This series adds support for the gamma and CTM properties to VC4.
I've sent the necessary register defs as part of the series this
time around to give the full picture.

The CTM support is somewhat limited in that we can only enable it for one
CRTC at a time and coefficients are S0.9 in hardware. The latter seems
good enough for the various color corrections Android offers.

Eric Anholt (1):
  drm/vc4: Add some missing HVS register definitions.

Stefan Schake (3):
  drm/vc4: Expose gamma as atomic property
  drm/vc4: Add color transformation matrix (CTM) support
  drm/vc4: Restrict active CTM to one CRTC

 drivers/gpu/drm/vc4/vc4_crtc.c | 122 ++++++++++++++++++++++++++++++++++++++---
 drivers/gpu/drm/vc4/vc4_regs.h |  96 ++++++++++++++++++++++++++++++++
 2 files changed, 209 insertions(+), 9 deletions(-)

-- 
2.14.1




More information about the linux-rpi-kernel mailing list