From: Wang Haojun <jiangliuer01@gmail.com>
To: Thomas Bogendoerfer <tsbogend@alpha.franken.de>,
Huacai Chen <chenhuacai@kernel.org>,
Jiaxun Yang <jiaxun.yang@flygoat.com>,
Wang Haojun <wanghaojun@loongson.cn>,
Li Xuefeng <lixuefeng@loongson.cn>
Cc: linux-mips@vger.kernel.org
Subject: [PATCH] MIPS: loongson64: Fix no screen display during boot-up
Date: Sun, 12 Sep 2021 14:13:56 +0800 [thread overview]
Message-ID: <20210912061356.1723912-1-wanghaojun@loongson.cn> (raw)
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
next reply other threads:[~2021-09-12 6:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-12 6:13 Wang Haojun [this message]
2021-09-12 7:57 ` [PATCH] MIPS: loongson64: Fix no screen display during boot-up 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210912061356.1723912-1-wanghaojun@loongson.cn \
--to=jiangliuer01@gmail.com \
--cc=chenhuacai@kernel.org \
--cc=jiaxun.yang@flygoat.com \
--cc=linux-mips@vger.kernel.org \
--cc=lixuefeng@loongson.cn \
--cc=tsbogend@alpha.franken.de \
--cc=wanghaojun@loongson.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).