Sorry, this was supposed to be v2, I updated this commit message but because of my sloppiness, I forgot to add the v2 tag. Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx> 于2021年9月13日周一 下午7:29写道: > > > > 在 2021/9/13 10:28, Wang Haojun 写道: > > 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 <wanghaojun@xxxxxxxxxxx> > > reviewed-by: Huacai Chen <chenhuacai@xxxxxxxxxx> > > reviewed-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx> > > Any readons for resending this patch? > > Thanks. > > - Jiaxun > > > --- > > 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 >