Re: [PATCH v5 2/5] drm: adp: Add Apple Display Pipe driver
From: Dmitry Baryshkov <hidden>
Date: 2025-02-06 03:26:52
Also in:
asahi, dri-devel, linux-devicetree, lkml
From: Dmitry Baryshkov <hidden>
Date: 2025-02-06 03:26:52
Also in:
asahi, dri-devel, linux-devicetree, lkml
On Wed, Feb 05, 2025 at 11:10:51PM +0100, Sasha Finkelstein via B4 Relay wrote:
From: Sasha Finkelstein <redacted> This display controller is present on M-series chips and is used to drive the touchbar display. Co-developed-by: Janne Grunau <j@jannau.net> Signed-off-by: Janne Grunau <j@jannau.net> Signed-off-by: Sasha Finkelstein <redacted> --- drivers/gpu/drm/Kconfig | 2 + drivers/gpu/drm/Makefile | 1 + drivers/gpu/drm/adp/Kconfig | 17 ++ drivers/gpu/drm/adp/Makefile | 5 + drivers/gpu/drm/adp/adp-mipi.c | 276 ++++++++++++++++++ drivers/gpu/drm/adp/adp_drv.c | 617 +++++++++++++++++++++++++++++++++++++++++ 6 files changed, 918 insertions(+)
Reviewed-by: Dmitry Baryshkov <redacted> -- With best wishes Dmitry