Re: [PATCH 07/18] drm/vc4: hdmi: Add full range RGB helper

2021-04-14 Thread Maxime Ripard
Hi Thomas, On Mon, Apr 12, 2021 at 11:44:05AM +0200, Thomas Zimmermann wrote: > > > Am 17.03.21 um 16:43 schrieb Maxime Ripard: > > We're going to need to tell whether we want to run with a full or > > limited range RGB output in multiple places in the code, so let's create > > a helper that wil

Re: [PATCH 07/18] drm/vc4: hdmi: Add full range RGB helper

2021-04-12 Thread Thomas Zimmermann
Am 17.03.21 um 16:43 schrieb Maxime Ripard: We're going to need to tell whether we want to run with a full or limited range RGB output in multiple places in the code, so let's create a helper that will return whether we need with full range or not. Signed-off-by: Maxime Ripard Acked-by: Tho

[PATCH 07/18] drm/vc4: hdmi: Add full range RGB helper

2021-03-17 Thread Maxime Ripard
We're going to need to tell whether we want to run with a full or limited range RGB output in multiple places in the code, so let's create a helper that will return whether we need with full range or not. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_hdmi.c | 12 ++-- 1 file c