On Fri, 30 Aug 2024, 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_fourcc()
Signed-off-by: Thomas Zi
Hi
Am 30.08.24 um 11:22 schrieb Geert Uytterhoeven:
On Fri, 30 Aug 2024, 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 dr