Re: [PATCH 7/9] drm/vc4: hdmi: Add a function to retrieve the CSC matrix

2023-01-11 Thread Thomas Zimmermann
Hi Am 07.12.22 um 17:07 schrieb Maxime Ripard: From: Dave Stevenson The CSC matrix to use depends on the output format, its range and the colorspace. Since we're going to add more colorspaces, let's move the CSC matrix retrieval to a function. Signed-off-by: Dave Stevenson Signed-off-by: Ma

[PATCH 7/9] drm/vc4: hdmi: Add a function to retrieve the CSC matrix

2022-12-07 Thread Maxime Ripard
From: Dave Stevenson The CSC matrix to use depends on the output format, its range and the colorspace. Since we're going to add more colorspaces, let's move the CSC matrix retrieval to a function. Signed-off-by: Dave Stevenson Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_hdmi.c |