Re: [PATCH v3 31/81] drm/panel/ili9341: Run DRM default client setup

2024-08-30 Thread Jessica Zhang
On 8/30/2024 1:40 AM, Thomas Zimmermann wrote: Call drm_client_setup() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. Signed-off-by: Thomas Zimmermann Cc: Neil Armstrong Cc: Jessica Zhang R

[PATCH v3 31/81] drm/panel/ili9341: Run DRM default client setup

2024-08-30 Thread Thomas Zimmermann
Call drm_client_setup() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. Signed-off-by: Thomas Zimmermann Cc: Neil Armstrong Cc: Jessica Zhang Reviewed-by: Neil Armstrong --- drivers/gpu/drm/pan