Re: [PATCH 1/1] drm/fourcc: Add documentation about software color conversion.

2023-08-23 Thread Jocelyn Falempe
On 23/08/2023 10:11, Pekka Paalanen wrote: On Tue, 22 Aug 2023 17:49:08 +0200 Jocelyn Falempe wrote: On 22/08/2023 10:20, Pekka Paalanen wrote: On Mon, 21 Aug 2023 17:55:33 +0200 Maxime Ripard wrote: Hi Pekka, Thanks for answering On Fri, Aug 18, 2023 at 04:24:15PM +0300, Pekka Paalan

Re: [PATCH 1/1] drm/fourcc: Add documentation about software color conversion.

2023-08-23 Thread Pekka Paalanen
On Tue, 22 Aug 2023 17:49:08 +0200 Jocelyn Falempe wrote: > On 22/08/2023 10:20, Pekka Paalanen wrote: > > On Mon, 21 Aug 2023 17:55:33 +0200 > > Maxime Ripard wrote: > > > >> Hi Pekka, > >> > >> Thanks for answering > >> > >> On Fri, Aug 18, 2023 at 04:24:15PM +0300, Pekka Paalanen wrote:

Re: [PATCH 1/1] drm/fourcc: Add documentation about software color conversion.

2023-08-22 Thread Jocelyn Falempe
On 22/08/2023 10:20, Pekka Paalanen wrote: On Mon, 21 Aug 2023 17:55:33 +0200 Maxime Ripard wrote: Hi Pekka, Thanks for answering On Fri, Aug 18, 2023 at 04:24:15PM +0300, Pekka Paalanen wrote: On Thu, 10 Aug 2023 09:45:27 +0200 Maxime Ripard wrote: On Mon, Aug 07, 2023 at 03:45:15PM +020

Re: [PATCH 1/1] drm/fourcc: Add documentation about software color conversion.

2023-08-22 Thread Pekka Paalanen
On Mon, 21 Aug 2023 17:55:33 +0200 Maxime Ripard wrote: > Hi Pekka, > > Thanks for answering > > On Fri, Aug 18, 2023 at 04:24:15PM +0300, Pekka Paalanen wrote: > > On Thu, 10 Aug 2023 09:45:27 +0200 > > Maxime Ripard wrote: > > > On Mon, Aug 07, 2023 at 03:45:15PM +0200, Jocelyn Falempe wro

Re: [PATCH 1/1] drm/fourcc: Add documentation about software color conversion.

2023-08-21 Thread Maxime Ripard
Hi Pekka, Thanks for answering On Fri, Aug 18, 2023 at 04:24:15PM +0300, Pekka Paalanen wrote: > On Thu, 10 Aug 2023 09:45:27 +0200 > Maxime Ripard wrote: > > On Mon, Aug 07, 2023 at 03:45:15PM +0200, Jocelyn Falempe wrote: > > > After discussions on IRC, the consensus is that the DRM drivers sh

Re: [PATCH 1/1] drm/fourcc: Add documentation about software color conversion.

2023-08-18 Thread Pekka Paalanen
On Thu, 10 Aug 2023 09:45:27 +0200 Maxime Ripard wrote: > Hi > > On Mon, Aug 07, 2023 at 03:45:15PM +0200, Jocelyn Falempe wrote: > > After discussions on IRC, the consensus is that the DRM drivers should > > not do software color conversion, and only advertise the supported formats. > > Update

Re: [PATCH 1/1] drm/fourcc: Add documentation about software color conversion.

2023-08-11 Thread Javier Martinez Canillas
Jocelyn Falempe writes: Hello Jocelyn, > On 10/08/2023 09:45, Maxime Ripard wrote: >> Hi >> >> On Mon, Aug 07, 2023 at 03:45:15PM +0200, Jocelyn Falempe wrote: >>> After discussions on IRC, the consensus is that the DRM drivers should >>> not do software color conversion, and only advertise the

Re: [PATCH 1/1] drm/fourcc: Add documentation about software color conversion.

2023-08-10 Thread Jocelyn Falempe
On 10/08/2023 09:45, Maxime Ripard wrote: Hi On Mon, Aug 07, 2023 at 03:45:15PM +0200, Jocelyn Falempe wrote: After discussions on IRC, the consensus is that the DRM drivers should not do software color conversion, and only advertise the supported formats. Update the doc accordingly so that the

Re: [PATCH 1/1] drm/fourcc: Add documentation about software color conversion.

2023-08-10 Thread Jocelyn Falempe
On 09/08/2023 18:29, Simon Ser wrote: Looks good to me. Thanks for reviewing it. Maybe the IN_FORMATS prop docs is a better place for this? you mean to move it here ?: https://elixir.bootlin.com/linux/latest/source/drivers/gpu/drm/drm_plane.c#L132 I don't have a preference since it's my f

Re: [PATCH 1/1] drm/fourcc: Add documentation about software color conversion.

2023-08-10 Thread Maxime Ripard
Hi On Mon, Aug 07, 2023 at 03:45:15PM +0200, Jocelyn Falempe wrote: > After discussions on IRC, the consensus is that the DRM drivers should > not do software color conversion, and only advertise the supported formats. > Update the doc accordingly so that the rule and exceptions are clear for > ev

Re: [PATCH 1/1] drm/fourcc: Add documentation about software color conversion.

2023-08-09 Thread Simon Ser
Looks good to me. Maybe the IN_FORMATS prop docs is a better place for this?

[PATCH 1/1] drm/fourcc: Add documentation about software color conversion.

2023-08-07 Thread Jocelyn Falempe
After discussions on IRC, the consensus is that the DRM drivers should not do software color conversion, and only advertise the supported formats. Update the doc accordingly so that the rule and exceptions are clear for everyone. Signed-off-by: Jocelyn Falempe --- include/uapi/drm/drm_fourcc.h |