Re: [PATCH] drm/rockchip: remove early framebuffers before registering the fbdev

2021-05-15 Thread Thomas Zimmermann
Hi Am 16.05.21 um 00:14 schrieb Javier Martinez Canillas: There are drivers that register framebuffer devices very early in the boot process and make use of the existing framebuffer as setup by the firmware. If one of those drivers has registered a fbdev, then the fbdev registered by a DRM driv

[PATCH] drm/rockchip: remove early framebuffers before registering the fbdev

2021-05-15 Thread Javier Martinez Canillas
There are drivers that register framebuffer devices very early in the boot process and make use of the existing framebuffer as setup by the firmware. If one of those drivers has registered a fbdev, then the fbdev registered by a DRM driver won't be bound to the framebuffer console. To avoid that,