[PATCH] drm: Add properties to control YCbCr to RGB conversion

Jyri Sarha jsarha at ti.com
Sun Jun 11 21:10:03 UTC 2017


Changes since v5:
- Fix typo from patch subject
- Remove DRM_MODE_PROP_ATOMIC flag from color_encodeing properties

The previous version of this series (that reduced to one patch) can
be found here:
https://lists.freedesktop.org/archives/dri-devel/2017-May/143075.html

and Ville Syrjälä's comments here:
https://lists.freedesktop.org/archives/dri-devel/2017-June/143746.html
https://lists.freedesktop.org/archives/dri-devel/2017-June/143747.html

Jyri Sarha (1):
  drm: Add optional COLOR_ENCODING and COLOR_RANGE properties to
    drm_plane

 drivers/gpu/drm/drm_atomic.c     |  8 ++++
 drivers/gpu/drm/drm_color_mgmt.c | 91 ++++++++++++++++++++++++++++++++++++++++
 include/drm/drm_color_mgmt.h     | 19 +++++++++
 include/drm/drm_plane.h          |  8 ++++
 4 files changed, 126 insertions(+)

-- 
1.9.1



More information about the dri-devel mailing list