https://bugzilla.kernel.org/show_bug.cgi?id=204725
--- Comment #39 from Dmitri Seletski (drjoms@gmail.com) --- (In reply to Mike Lothian from comment #37)
I think you need CONFIG_FB_SIMPLE & CONFIG_FB_BOOT_VESA_SUPPORT=y configured
This is what I have in my .config for a Ryzen card
CONFIG_DRM_KMS_FB_HELPER=y CONFIG_FB_CMDLINE=y CONFIG_FB_NOTIFY=y CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_IMAGEBLIT=y CONFIG_FB_SYS_FILLRECT=y CONFIG_FB_SYS_COPYAREA=y CONFIG_FB_SYS_IMAGEBLIT=y CONFIG_FB_SYS_FOPS=y CONFIG_FB_DEFERRED_IO=y CONFIG_FB_MODE_HELPERS=y CONFIG_FB_EFI=y CONFIG_FB_SIMPLE=y
And I'm sure I had the above issue when playing with these options before
I will make sure I have your exact settings. Does frame buffer affect acceleration of amdgpu?
Not sure what do you mean Ryzen card. I don't have APU. just AMD CPU Ryzen 1600.
currently i am trying to get rid of this: /usr/lib64/dri/swrast_dri.so failed (libLLVMAMDGPUCodeGen.so.8: cannot open shared object file: No such file or directory)
i am recompiling mesa, because it was compiled with old LLVM I suspect. Once I do that i will try your config.