linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: loongson64: Fix no screen display during boot-up
@ 2021-09-12  6:13 Wang Haojun
  2021-09-12  7:57 ` Jiaxun Yang
  0 siblings, 1 reply; 6+ messages in thread
From: Wang Haojun @ 2021-09-12  6:13 UTC (permalink / raw)
  To: Thomas Bogendoerfer, Huacai Chen, Jiaxun Yang, Wang Haojun,
	Li Xuefeng
  Cc: linux-mips

This is no display on the screen during boot-up when using latest
loongson3_defconfig, because CONFIG_FRAMEBUFFER_CONSOLE=y depends
on CONFIG_FB=y in this file.

Signed-off-by: Wang Haojun <wanghaojun@loongson.cn>
---
 arch/mips/configs/loongson3_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/mips/configs/loongson3_defconfig b/arch/mips/configs/loongson3_defconfig
index f02101ff04b3..25ecd15bc952 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
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-09-13  5:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-12  6:13 [PATCH] MIPS: loongson64: Fix no screen display during boot-up Wang Haojun
2021-09-12  7:57 ` Jiaxun Yang
2021-09-13  1:32   ` 江流儿
2021-09-13  4:09     ` Jiaxun Yang
2021-09-13  5:04       ` Huacai Chen
2021-09-13  2:25   ` Huacai Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).