Re: [PATCH v2] drm/rockchip: remove existing generic drivers to take over the device

2021-05-28 Thread Thomas Zimmermann
Am 27.05.21 um 09:38 schrieb Javier Martinez Canillas: Hello Thomas, On 5/16/21 12:30 PM, Thomas Zimmermann wrote: Am 16.05.21 um 09:48 schrieb Javier Martinez Canillas: There are drivers that register framebuffer devices very early in the boot process and make use of the existing framebuf

Re: [PATCH v2] drm/rockchip: remove existing generic drivers to take over the device

2021-05-27 Thread Heiko Stübner
Am Sonntag, 16. Mai 2021, 09:48:33 CEST 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 fallback

Re: [PATCH v2] drm/rockchip: remove existing generic drivers to take over the device

2021-05-27 Thread Javier Martinez Canillas
Hello Thomas, On 5/16/21 12:30 PM, Thomas Zimmermann wrote: > > > Am 16.05.21 um 09:48 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 tho

Re: [PATCH v2] drm/rockchip: remove existing generic drivers to take over the device

2021-05-17 Thread Peter Robinson
On Sun, May 16, 2021 at 8:48 AM Javier Martinez Canillas wrote: > > 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 fallback fbdev of

Re: [PATCH v2] drm/rockchip: remove existing generic drivers to take over the device

2021-05-16 Thread Javier Martinez Canillas
Hello Thomas, On 5/16/21 12:30 PM, Thomas Zimmermann wrote: > > > Am 16.05.21 um 09:48 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 tho

Re: [PATCH v2] drm/rockchip: remove existing generic drivers to take over the device

2021-05-16 Thread Thomas Zimmermann
Am 16.05.21 um 09:48 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 fallback fbdev of the DRM dri

[PATCH v2] drm/rockchip: remove existing generic drivers to take over the device

2021-05-16 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 fallback fbdev of the DRM driver won't be bound to the framebuffer console. To avoid that,