Re: (subset) [PATCH v4 08/16] drm/vc4: hdmi: Replace CSC_CTL hardcoded value by defines

2022-01-25 Thread Maxime Ripard
On Thu, 20 Jan 2022 16:16:17 +0100, Maxime Ripard wrote: > On BCM2711, the HDMI_CSC_CTL register value has been hardcoded to an > opaque value. Let's replace it with properly defined values. > > Applied to drm/drm-misc (drm-misc-next). Thanks! Maxime

[PATCH v4 08/16] drm/vc4: hdmi: Replace CSC_CTL hardcoded value by defines

2022-01-20 Thread Maxime Ripard
On BCM2711, the HDMI_CSC_CTL register value has been hardcoded to an opaque value. Let's replace it with properly defined values. Acked-by: Thomas Zimmermann Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_hdmi.c | 5 ++--- drivers/gpu/drm/vc4/vc4_regs.h | 3 +++ 2 files changed, 5 ins