[PATCH 0/2] drm: Create and use helper function
From: Christoph Manszewski
Date: Fri Nov 30 2018 - 07:02:31 EST
Hello,
This patch series implements a generic helper function, to determine
the default color space format. I've tried to do it in analogy to
an already existing function, but I'am not sure if it is done the right way.
Patch 1 implements the mentioned function
Patch 2 makes use of it in exynos_mixer.c
Regards,
Chris
Christoph Manszewski (2):
drm/edid: Add colorimetry helper function
drm/exynos: mixer: Use colorimetry helper function
drivers/gpu/drm/drm_edid.c | 12 ++++++++++++
drivers/gpu/drm/exynos/exynos_mixer.c | 3 ++-
include/drm/drm_edid.h | 2 ++
3 files changed, 16 insertions(+), 1 deletion(-)
--
2.7.4