Re: [PATCH 2/3] drm/vc4: Add monochrome mode to the VEC.

2024-06-18 Thread Dave Stevenson
Hi Maxime On Tue, 18 Jun 2024 at 10:28, Maxime Ripard wrote: > > Hi, > > On Fri, Feb 16, 2024 at 06:48:56PM GMT, Dave Stevenson wrote: > > The VEC supports not producing colour bursts for monochrome output. > > It also has an option for disabling the chroma input to remove > > chroma from the sig

Re: [PATCH 2/3] drm/vc4: Add monochrome mode to the VEC.

2024-06-18 Thread Maxime Ripard
Hi, On Fri, Feb 16, 2024 at 06:48:56PM GMT, Dave Stevenson wrote: > The VEC supports not producing colour bursts for monochrome output. > It also has an option for disabling the chroma input to remove > chroma from the signal. > > Now that there is a DRM_MODE_TV_MODE_MONOCHROME defined, plumb > t

[PATCH 2/3] drm/vc4: Add monochrome mode to the VEC.

2024-02-16 Thread Dave Stevenson
The VEC supports not producing colour bursts for monochrome output. It also has an option for disabling the chroma input to remove chroma from the signal. Now that there is a DRM_MODE_TV_MODE_MONOCHROME defined, plumb this in. Signed-off-by: Dave Stevenson --- drivers/gpu/drm/vc4/vc4_vec.c | 28