https://bugzilla.kernel.org/show_bug.cgi?id=204725
--- Comment #55 from Dmitri Seletski (drjoms@gmail.com) --- (In reply to Alex Deucher from comment #54)
(In reply to Dmitri Seletski from comment #48)
(In reply to Mike Lothian from comment #47)
It's selected automatically if you set DRM_FBDEV_EMULATION - which is "Enable legacy fbdev support for your modesetting driver" and unset above
That should get your console working
Mike, just to clarify, console is working until AMDGPU driver is loaded.
The console is running on efifb or vga mode until the driver loads. If you don't have DRM_FBDEV_EMULATION enabled, there is nothing for the console to bind to once the driver loads.
Hello Alex.
Does not appear to be the case: grep -R DRM_FBDEV_EMULATION ./*/.config ./git_clone/.config:CONFIG_DRM_FBDEV_EMULATION=y ./linux-4.14.83-gentoo/.config:CONFIG_DRM_FBDEV_EMULATION=y ./linux-5.1.14-gentoo/.config:CONFIG_DRM_FBDEV_EMULATION=y ./linux-5.2.10/.config:CONFIG_DRM_FBDEV_EMULATION=y ./linux-5.3.6.custom/.config:CONFIG_DRM_FBDEV_EMULATION=y ./linux-5.3-rc6/.config:CONFIG_DRM_FBDEV_EMULATION=y ./linux-5.3-rc8/.config:CONFIG_DRM_FBDEV_EMULATION=y ./linux-5.4-rc1/.config:CONFIG_DRM_FBDEV_EMULATION=y ./linux/.config:CONFIG_DRM_FBDEV_EMULATION=y ./linux-next-next-20190920/.config:CONFIG_DRM_FBDEV_EMULATION=y
Any other ideas? Would be appreciated! Regards Dmitri