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

2023-04-03 Thread Thomas Zimmermann
Am 31.03.23 um 12:36 schrieb Marek Szyprowski: On 30.03.2023 09:36, Thomas Zimmermann wrote: Convert exynos' 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 exynos is

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

2023-03-31 Thread Marek Szyprowski
On 30.03.2023 09:36, Thomas Zimmermann wrote: > Convert exynos' 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 exynos is now just > another DRM client that runs after

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

2023-03-30 Thread Thomas Zimmermann
Convert exynos' 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 exynos is now just another DRM client that runs after the DRM device has been registered. Once all drivers'