Re: [PATCH v7 0/5] Driver for pre-DCP apple display controller.

2025-03-05 Thread Alyssa Rosenzweig
> > > All patches are reviewed, can we funnel patches 1, 2 & 5 via > > > drm-misc-next now ? > > > > I'm planning to do so today, just need to get dim setup first :) > > Nice! As a heads up, it would be really-really nice if you can send any > kind of 'applied' message. If you are using 'dim b4-

Re: [PATCH v7 0/5] Driver for pre-DCP apple display controller.

2025-03-03 Thread Dmitry Baryshkov
On Mon, Mar 03, 2025 at 11:43:11AM -0500, Alyssa Rosenzweig wrote: > > > Sasha Finkelstein (5): > > >dt-bindings: display: Add Apple pre-DCP display controller > > >drm: adp: Add Apple Display Pipe driver > > >drm: panel: Add a panel driver for the Summit display > > >

Re: (subset) [PATCH v7 0/5] Driver for pre-DCP apple display controller.

2025-03-03 Thread Sven Peter
On Mon, 17 Feb 2025 12:39:30 +0100, Sasha Finkelstein wrote: > This patch series adds support for a secondary display controller > present on Apple M1/M2 chips and used to drive the display of the > "touchbar" touch panel present on those. > > Since the dt-bindings are now part of drm-misc-nex

Re: [PATCH v7 0/5] Driver for pre-DCP apple display controller.

2025-03-03 Thread Neil Armstrong
On 03/03/2025 17:43, Alyssa Rosenzweig wrote: Sasha Finkelstein (5): dt-bindings: display: Add Apple pre-DCP display controller drm: adp: Add Apple Display Pipe driver drm: panel: Add a panel driver for the Summit display arm64: dts: apple: Add touchbar screen node

Re: [PATCH v7 0/5] Driver for pre-DCP apple display controller.

2025-03-03 Thread Alyssa Rosenzweig
> > Sasha Finkelstein (5): > >dt-bindings: display: Add Apple pre-DCP display controller > >drm: adp: Add Apple Display Pipe driver > >drm: panel: Add a panel driver for the Summit display > >arm64: dts: apple: Add touchbar screen nodes > >MAINTAINERS: Add en

Re: [PATCH v7 0/5] Driver for pre-DCP apple display controller.

2025-03-03 Thread Neil Armstrong
Hi, On 17/02/2025 12:39, Sasha Finkelstein via B4 Relay wrote: Hi. This patch series adds support for a secondary display controller present on Apple M1/M2 chips and used to drive the display of the "touchbar" touch panel present on those. Signed-off-by: Sasha Finkelstein --- Changes in v7: -

Re: (subset) [PATCH v7 0/5] Driver for pre-DCP apple display controller.

2025-03-03 Thread Rob Herring
On Tue, Feb 25, 2025 at 11:59 AM Neil Armstrong wrote: > > On 25/02/2025 12:37, Dmitry Baryshkov wrote: > > On Tue, 25 Feb 2025 at 12:25, Neil Armstrong > > wrote: > >> > >> Hi, > >> > >> On Mon, 17 Feb 2025 12:39:30 +0100, Sasha Finkelstein wrote: > >>> This patch series adds support for a seco

Re: (subset) [PATCH v7 0/5] Driver for pre-DCP apple display controller.

2025-02-25 Thread Dmitry Baryshkov
On Tue, 25 Feb 2025 at 19:59, Neil Armstrong wrote: > > On 25/02/2025 12:37, Dmitry Baryshkov wrote: > > On Tue, 25 Feb 2025 at 12:25, Neil Armstrong > > wrote: > >> > >> Hi, > >> > >> On Mon, 17 Feb 2025 12:39:30 +0100, Sasha Finkelstein wrote: > >>> This patch series adds support for a seconda

Re: (subset) [PATCH v7 0/5] Driver for pre-DCP apple display controller.

2025-02-25 Thread Neil Armstrong
On 25/02/2025 12:37, Dmitry Baryshkov wrote: On Tue, 25 Feb 2025 at 12:25, Neil Armstrong wrote: Hi, On Mon, 17 Feb 2025 12:39:30 +0100, Sasha Finkelstein wrote: This patch series adds support for a secondary display controller present on Apple M1/M2 chips and used to drive the display of th

Re: (subset) [PATCH v7 0/5] Driver for pre-DCP apple display controller.

2025-02-25 Thread Dmitry Baryshkov
On Tue, 25 Feb 2025 at 12:25, Neil Armstrong wrote: > > Hi, > > On Mon, 17 Feb 2025 12:39:30 +0100, Sasha Finkelstein wrote: > > This patch series adds support for a secondary display controller > > present on Apple M1/M2 chips and used to drive the display of the > > "touchbar" touch panel presen

Re: (subset) [PATCH v7 0/5] Driver for pre-DCP apple display controller.

2025-02-25 Thread Neil Armstrong
Hi, On Mon, 17 Feb 2025 12:39:30 +0100, Sasha Finkelstein wrote: > This patch series adds support for a secondary display controller > present on Apple M1/M2 chips and used to drive the display of the > "touchbar" touch panel present on those. > > Thanks, Applied to https://gitlab.freedesktop.o

[PATCH v7 0/5] Driver for pre-DCP apple display controller.

2025-02-17 Thread Sasha Finkelstein via B4 Relay
Hi. This patch series adds support for a secondary display controller present on Apple M1/M2 chips and used to drive the display of the "touchbar" touch panel present on those. Signed-off-by: Sasha Finkelstein --- Changes in v7: - No changes aside from adding r-b trailers, effectively a resend.