Re: [PATCH] drm/fourcc: Add RGB161616 and BGR161616 formats

2025-06-28 Thread Javier Martinez Canillas
Rob Clark writes: > On Fri, Jun 27, 2025 at 12:10 PM Javier Martinez Canillas > wrote: >> >> Laurent Pinchart writes: >> >> > On Fri, Jun 27, 2025 at 09:39:37AM -0700, Rob Clark wrote: >> >> On Mon, Feb 26, 2024 at 5:43 AM Jacopo Mondi wrote: >> >> > >> >> > Add FourCC definitions for the 48-bi

Re: [PATCH] drm/fourcc: Add RGB161616 and BGR161616 formats

2025-06-27 Thread Rob Clark
On Fri, Jun 27, 2025 at 12:10 PM Javier Martinez Canillas wrote: > > Laurent Pinchart writes: > > > On Fri, Jun 27, 2025 at 09:39:37AM -0700, Rob Clark wrote: > >> On Mon, Feb 26, 2024 at 5:43 AM Jacopo Mondi wrote: > >> > > >> > Add FourCC definitions for the 48-bit RGB/BGR formats to the > >> >

Re: [PATCH] drm/fourcc: Add RGB161616 and BGR161616 formats

2025-06-27 Thread Javier Martinez Canillas
Laurent Pinchart writes: > On Fri, Jun 27, 2025 at 09:39:37AM -0700, Rob Clark wrote: >> On Mon, Feb 26, 2024 at 5:43 AM Jacopo Mondi wrote: >> > >> > Add FourCC definitions for the 48-bit RGB/BGR formats to the >> > DRM/KMS uapi. >> > >> > The format will be used by the Raspberry Pi PiSP Back En

Re: [PATCH] drm/fourcc: Add RGB161616 and BGR161616 formats

2025-06-27 Thread Laurent Pinchart
On Fri, Jun 27, 2025 at 09:39:37AM -0700, Rob Clark wrote: > On Mon, Feb 26, 2024 at 5:43 AM Jacopo Mondi wrote: > > > > Add FourCC definitions for the 48-bit RGB/BGR formats to the > > DRM/KMS uapi. > > > > The format will be used by the Raspberry Pi PiSP Back End, > > supported by a V4L2 driver i

Re: [PATCH] drm/fourcc: Add RGB161616 and BGR161616 formats

2025-06-27 Thread Rob Clark
On Mon, Feb 26, 2024 at 5:43 AM Jacopo Mondi wrote: > > Add FourCC definitions for the 48-bit RGB/BGR formats to the > DRM/KMS uapi. > > The format will be used by the Raspberry Pi PiSP Back End, > supported by a V4L2 driver in kernel space and by libcamera in > userspace, which uses the DRM FourC

Re: [PATCH] drm/fourcc: Add RGB161616 and BGR161616 formats

2024-05-02 Thread Laurent Pinchart
Hi Jacopo, On Thu, May 02, 2024 at 11:02:27AM +0200, Jacopo Mondi wrote: > Hello >which tree should this patch be collected from now that it has > been reviewed ? I think this can go through drm-misc. I'm not sure what the rule is for patches that touch core code like these, can then be pushe

Re: [PATCH] drm/fourcc: Add RGB161616 and BGR161616 formats

2024-05-02 Thread Jacopo Mondi
Hello which tree should this patch be collected from now that it has been reviewed ? On Mon, Feb 26, 2024 at 02:25:43PM GMT, Jacopo Mondi wrote: > Add FourCC definitions for the 48-bit RGB/BGR formats to the > DRM/KMS uapi. > > The format will be used by the Raspberry Pi PiSP Back End, > suppor

Re: [PATCH] drm/fourcc: Add RGB161616 and BGR161616 formats

2024-03-03 Thread Simon Ser
Reviewed-by: Simon Ser

Re: [PATCH] drm/fourcc: Add RGB161616 and BGR161616 formats

2024-03-03 Thread Naushir Patuck
Hi Jacopo, Thank you for this patch. On Mon, 26 Feb 2024 at 13:26, Jacopo Mondi wrote: > > Add FourCC definitions for the 48-bit RGB/BGR formats to the > DRM/KMS uapi. > > The format will be used by the Raspberry Pi PiSP Back End, > supported by a V4L2 driver in kernel space and by libcamera in

[PATCH] drm/fourcc: Add RGB161616 and BGR161616 formats

2024-02-26 Thread Jacopo Mondi
Add FourCC definitions for the 48-bit RGB/BGR formats to the DRM/KMS uapi. The format will be used by the Raspberry Pi PiSP Back End, supported by a V4L2 driver in kernel space and by libcamera in userspace, which uses the DRM FourCC identifiers. Signed-off-by: Jacopo Mondi --- drivers/gpu/drm/