linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: loongson64: configs: Update loongson3_defconfig
@ 2021-09-13  9:28 Wang Haojun
  2021-09-13 11:29 ` Jiaxun Yang
  0 siblings, 1 reply; 3+ messages in thread
From: Wang Haojun @ 2021-09-13  9:28 UTC (permalink / raw)
  To: Thomas Bogendoerfer, Huacai Chen, Jiaxun Yang, Wang Haojun, Li Xuefeng
  Cc: linux-mips

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@loongson.cn>
reviewed-by: Huacai Chen <chenhuacai@kernel.org>
reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
---
 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] 3+ messages in thread

* Re: [PATCH] MIPS: loongson64: configs: Update loongson3_defconfig
  2021-09-13  9:28 [PATCH] MIPS: loongson64: configs: Update loongson3_defconfig Wang Haojun
@ 2021-09-13 11:29 ` Jiaxun Yang
  2021-09-13 11:49   ` 江流儿
  0 siblings, 1 reply; 3+ messages in thread
From: Jiaxun Yang @ 2021-09-13 11:29 UTC (permalink / raw)
  To: Wang Haojun, Thomas Bogendoerfer, Huacai Chen, Wang Haojun, Li Xuefeng
  Cc: linux-mips



在 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@loongson.cn>
> reviewed-by: Huacai Chen <chenhuacai@kernel.org>
> reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>

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


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

* Re: [PATCH] MIPS: loongson64: configs: Update loongson3_defconfig
  2021-09-13 11:29 ` Jiaxun Yang
@ 2021-09-13 11:49   ` 江流儿
  0 siblings, 0 replies; 3+ messages in thread
From: 江流儿 @ 2021-09-13 11:49 UTC (permalink / raw)
  To: Jiaxun Yang
  Cc: Thomas Bogendoerfer, Huacai Chen, Wang Haojun, Li Xuefeng, linux-mips

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@flygoat.com> 于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@loongson.cn>
> > reviewed-by: Huacai Chen <chenhuacai@kernel.org>
> > reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
>
> 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
>

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13  9:28 [PATCH] MIPS: loongson64: configs: Update loongson3_defconfig Wang Haojun
2021-09-13 11:29 ` Jiaxun Yang
2021-09-13 11:49   ` 江流儿

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).