From: Wang Haojun Date: Mon, 13 Sep 2021 11:49:45 +0000 (+0800) Subject: MIPS: loongson64: Fix no screen display during boot-up X-Git-Tag: v6.1-rc5~2642^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e16049333e4c57a3a09cbed03c1191380e27133;p=platform%2Fkernel%2Flinux-starfive.git MIPS: loongson64: Fix no screen display during boot-up The Framebuffer CONFIG_FB needs to be explicitly selected or we don't get any framebuffer anymore. DRM has stopped to select FB after commit f611b1e7624ccdbd495c19e98056 ("drm: Avoid circular dependencies for CONFIG_FB") because of circular dependency. So we should enable it in the default config file, otherwise there is no display before Xorg. Signed-off-by: Wang Haojun Reviewed-by: Huacai Chen Reviewed-by: Jiaxun Yang Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/configs/loongson3_defconfig b/arch/mips/configs/loongson3_defconfig index f02101f..25ecd15 100644 --- a/arch/mips/configs/loongson3_defconfig +++ b/arch/mips/configs/loongson3_defconfig @@ -282,6 +282,7 @@ CONFIG_DRM=y CONFIG_DRM_RADEON=m CONFIG_DRM_QXL=y CONFIG_DRM_VIRTIO_GPU=y +CONFIG_FB=y CONFIG_FB_RADEON=y CONFIG_LCD_CLASS_DEVICE=y CONFIG_LCD_PLATFORM=m