Re: [PATCH v2 11/86] drm/atmel-hdlcd: Run DRM default client setup

2024-08-26 Thread Thomas Zimmermann
Hi Sam Am 23.08.24 um 20:51 schrieb Sam Ravnborg: On Wed, Aug 21, 2024 at 02:59:08PM +0200, Thomas Zimmermann wrote: Call drm_client_setup_with_fourcc() 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 cl

Re: [PATCH v2 11/86] drm/atmel-hdlcd: Run DRM default client setup

2024-08-23 Thread Sam Ravnborg
On Wed, Aug 21, 2024 at 02:59:08PM +0200, Thomas Zimmermann wrote: > Call drm_client_setup_with_fourcc() 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. > > v2: > - use drm_client_setup_with_fou

[PATCH v2 11/86] drm/atmel-hdlcd: Run DRM default client setup

2024-08-21 Thread Thomas Zimmermann
Call drm_client_setup_with_fourcc() 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. v2: - use drm_client_setup_with_fourcc() Signed-off-by: Thomas Zimmermann Cc: Sam Ravnborg Cc: Boris Brezillon