Re: (subset) [PATCH v4 06/16] drm/vc4: hdmi: Use full range helper in csc functions

2022-01-25 Thread Maxime Ripard
On Thu, 20 Jan 2022 16:16:15 +0100, Maxime Ripard wrote: > The CSC callbacks takes a boolean as an argument to tell whether we're > using the full range or limited range RGB. > > However, with the upcoming YUV support, the logic will be a bit more > complex. In order to address this, let's make th

[PATCH v4 06/16] drm/vc4: hdmi: Use full range helper in csc functions

2022-01-20 Thread Maxime Ripard
The CSC callbacks takes a boolean as an argument to tell whether we're using the full range or limited range RGB. However, with the upcoming YUV support, the logic will be a bit more complex. In order to address this, let's make the callbacks take the entire mode, and call our new helper to tell w