Re: [PATCH v2 0/5] drm/omapdrm: Convert fbdev to DRM client

2023-04-06 Thread Tomi Valkeinen
Hi Thomas, On 03/04/2023 13:40, Thomas Zimmermann wrote: Convert omapdrm's fbdev code to struct drm_client. Replaces the current ad-hoc integration. The conversion includes a number of cleanups. As with most other drivers' fbdev emulation, fbdev in omapdrm is now just another DRM client that run

[PATCH v2 0/5] drm/omapdrm: Convert fbdev to DRM client

2023-04-03 Thread Thomas Zimmermann
Convert omapdrm's fbdev code to struct drm_client. Replaces the current ad-hoc integration. The conversion includes a number of cleanups. As with most other drivers' fbdev emulation, fbdev in omapdrm is now just another DRM client that runs after the DRM device has been registered. Once all driver