Re: [PATCH 1/2] dt-bindings: display: bridge: icn6211: Add support for RGB/BGR swap

2022-08-26 Thread Marek Vasut
On 8/26/22 13:52, Linus Walleij wrote: On Mon, Aug 8, 2022 at 3:57 AM Marek Vasut wrote: On 8/4/22 00:41, Rob Herring wrote: On Tue, Aug 2, 2022 at 5:33 AM Marek Vasut wrote: On 8/1/22 18:32, Rob Herring wrote: On Mon, Aug 01, 2022 at 03:19:00PM +0200, Marek Vasut wrote: The ICN6211 is

Re: [PATCH 1/2] dt-bindings: display: bridge: icn6211: Add support for RGB/BGR swap

2022-08-26 Thread Linus Walleij
On Mon, Aug 8, 2022 at 3:57 AM Marek Vasut wrote: > On 8/4/22 00:41, Rob Herring wrote: > > On Tue, Aug 2, 2022 at 5:33 AM Marek Vasut wrote: > >> > >> On 8/1/22 18:32, Rob Herring wrote: > >>> On Mon, Aug 01, 2022 at 03:19:00PM +0200, Marek Vasut wrote: > The ICN6211 is capable of swapping

Re: [PATCH 1/2] dt-bindings: display: bridge: icn6211: Add support for RGB/BGR swap

2022-08-07 Thread Marek Vasut
On 8/4/22 00:41, Rob Herring wrote: On Tue, Aug 2, 2022 at 5:33 AM Marek Vasut wrote: On 8/1/22 18:32, Rob Herring wrote: On Mon, Aug 01, 2022 at 03:19:00PM +0200, Marek Vasut wrote: The ICN6211 is capable of swapping the output DPI RGB/BGR color channels, document a DT property to select

Re: [PATCH 1/2] dt-bindings: display: bridge: icn6211: Add support for RGB/BGR swap

2022-08-03 Thread Rob Herring
On Tue, Aug 2, 2022 at 5:33 AM Marek Vasut wrote: > > On 8/1/22 18:32, Rob Herring wrote: > > On Mon, Aug 01, 2022 at 03:19:00PM +0200, Marek Vasut wrote: > >> The ICN6211 is capable of swapping the output DPI RGB/BGR color channels, > >> document a DT property to select this swap in DT. This can

Re: [PATCH 1/2] dt-bindings: display: bridge: icn6211: Add support for RGB/BGR swap

2022-08-02 Thread Marek Vasut
On 8/1/22 18:32, Rob Herring wrote: On Mon, Aug 01, 2022 at 03:19:00PM +0200, Marek Vasut wrote: The ICN6211 is capable of swapping the output DPI RGB/BGR color channels, document a DT property to select this swap in DT. This can be useful on hardware where such swap happens. We should ensure

Re: [PATCH 1/2] dt-bindings: display: bridge: icn6211: Add support for RGB/BGR swap

2022-08-01 Thread Rob Herring
On Mon, Aug 01, 2022 at 03:19:00PM +0200, Marek Vasut wrote: > The ICN6211 is capable of swapping the output DPI RGB/BGR color channels, > document a DT property to select this swap in DT. This can be useful on > hardware where such swap happens. We should ensure this series[1] works for you

[PATCH 1/2] dt-bindings: display: bridge: icn6211: Add support for RGB/BGR swap

2022-08-01 Thread Marek Vasut
The ICN6211 is capable of swapping the output DPI RGB/BGR color channels, document a DT property to select this swap in DT. This can be useful on hardware where such swap happens. Signed-off-by: Marek Vasut Cc: Jagan Teki Cc: Laurent Pinchart Cc: Linus Walleij Cc: Rob Herring Cc: Robert Foss