[PATCH 0/6] drm/exynos: mixer: Add color range property
From: Christoph Manszewski
Date: Fri Dec 14 2018 - 07:10:41 EST
Hi,
This patch series adds rgb input buffer range property to exynos_mixer.
It applies on top of drm-exynos/exynos-drm-next with patches:
- [PATCH 1/2] drm/edid: Add colorimetry helper function,
- [PATCH 2/2] drm/exynos: mixer: Use colorimetry helper function
Patch 1 Add apropriate labels
Patch 2 Split color properties function
Patch 3 Add default range field to exynos_drm_plane config
Patch 4 Minor code cleanup
Patch 5 Add optional range property to exynos plane
Patch 6 Make input rgb range configurable in exynos_mixer
Regards,
Chris
Christoph Manszewski (6):
include/drm: color_mgmt: Add enum labels
drm: color_mgmt: Split create_color_properties function
drm/exynos: drm_drv: Extend exynos_drm_plane_config
drm/exynos: plane: Minor cleanup
drm/exynos: plane: Add range property to exynos plane
drm/exynos: mixer: Make input buffer color range configurable
drivers/gpu/drm/drm_color_mgmt.c | 93 ++++++++++++++++++++++++-------
drivers/gpu/drm/exynos/exynos_drm_drv.h | 2 +
drivers/gpu/drm/exynos/exynos_drm_plane.c | 15 ++++-
drivers/gpu/drm/exynos/exynos_mixer.c | 57 +++++++++++++++++--
drivers/gpu/drm/exynos/regs-mixer.h | 2 +
include/drm/drm_color_mgmt.h | 10 ++++
6 files changed, 152 insertions(+), 27 deletions(-)
--
2.7.4