Re: [PATCH v2 2/5] drm: adp: Add Apple Display Pipe driver

2024-11-26 Thread Alyssa Ross
On Tue, Nov 26, 2024 at 05:34:21PM +0100, Sasha Finkelstein via B4 Relay wrote: > +module_platform_driver(adp_mipi_platform_driver); This is part of the same driver as adp_drv.c, so I don't think there's supposed to be another module_platform_driver() call here? /nix/store/hni09p7jhc8szjr2h5j5m0l

[PATCH v2 2/5] drm: adp: Add Apple Display Pipe driver

2024-11-26 Thread Sasha Finkelstein via B4 Relay
From: Sasha Finkelstein This display controller is present on M-series chips and is used to drive the touchbar display. Co-developed-by: Janne Grunau Signed-off-by: Janne Grunau Signed-off-by: Sasha Finkelstein --- drivers/gpu/drm/Kconfig| 2 + drivers/gpu/drm/Makefile | 1