All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: Stefan Wahren <stefan.wahren@i2se.com>
Cc: Marcel Ziswiler <marcel@ziswiler.com>,
	"moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" 
	<linux-arm-kernel@lists.infradead.org>,
	Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Andreas Kemnade <andreas@kemnade.info>,
	Anson Huang <Anson.Huang@nxp.com>, Marek Vasut <marex@denx.de>,
	NXP Linux Team <linux-imx@nxp.com>,
	Pascal Zimmermann <pzimmermann@dh-electronics.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Russell King <linux@armlinux.org.uk>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Shawn Guo <shawnguo@kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v1 2/7] ARM: imx_v6_v7_defconfig: enable fb
Date: Mon, 13 Sep 2021 18:57:14 -0300	[thread overview]
Message-ID: <CAOMZO5C77MSXtjMyE5iTCcwFDo0pPFBM=qscRPU1J7kkmgs-pQ@mail.gmail.com> (raw)
In-Reply-To: <4eafec9e-cb67-8194-9219-cc6d7df99fdd@i2se.com>

On Fri, Aug 27, 2021 at 12:33 PM Stefan Wahren <stefan.wahren@i2se.com> wrote:
>
> Hi,
>
> Am 26.08.21 um 21:03 schrieb Fabio Estevam:
> > Hi Marcel,
> >
> > On Thu, Aug 19, 2021 at 11:04 AM Marcel Ziswiler <marcel@ziswiler.com> wrote:
> >> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> >>
> >> Enable CONFIG_FB which is nowadays required for CONFIG_DRM_PANEL_LVDS,
> >> CONFIG_DRM_PANEL_SIMPLE, CONFIG_DRM_PANEL_SEIKO_43WVF1G,
> >> CONFIG_FB_MODE_HELPERS, CONFIG_BACKLIGHT_PWM, CONFIG_BACKLIGHT_GPIO,
> >> CONFIG_FRAMEBUFFER_CONSOLE, CONFIG_LOGO, CONFIG_FONTS, CONFIG_FONT_8x8
> >> and CONFIG_FONT_8x16.
> >>
> >> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> > Yes, I noticed that I had no LCD output on an imx6ull-evk board and
> > after selecting CONFIG_FB it works again.
>
> this was caused by:
>
> f611b1e7624c ("drm: Avoid circular dependencies for CONFIG_FB")

Thanks, Stefan.

Marcel, I think you could resend this one with the Fixes tag and
hopefully it could be applied as a fix for 5.14-rc.

We can consider it as a regression fix, because it restores display
support on many i.MX boards on 5.14-rc.

Thanks

WARNING: multiple messages have this Message-ID (diff)
From: Fabio Estevam <festevam@gmail.com>
To: Stefan Wahren <stefan.wahren@i2se.com>
Cc: Marcel Ziswiler <marcel@ziswiler.com>,
	 "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE"
	<linux-arm-kernel@lists.infradead.org>,
	 Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Andreas Kemnade <andreas@kemnade.info>,
	 Anson Huang <Anson.Huang@nxp.com>, Marek Vasut <marex@denx.de>,
	NXP Linux Team <linux-imx@nxp.com>,
	 Pascal Zimmermann <pzimmermann@dh-electronics.com>,
	 Pengutronix Kernel Team <kernel@pengutronix.de>,
	Russell King <linux@armlinux.org.uk>,
	 Sascha Hauer <s.hauer@pengutronix.de>,
	Shawn Guo <shawnguo@kernel.org>,
	 linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v1 2/7] ARM: imx_v6_v7_defconfig: enable fb
Date: Mon, 13 Sep 2021 18:57:14 -0300	[thread overview]
Message-ID: <CAOMZO5C77MSXtjMyE5iTCcwFDo0pPFBM=qscRPU1J7kkmgs-pQ@mail.gmail.com> (raw)
In-Reply-To: <4eafec9e-cb67-8194-9219-cc6d7df99fdd@i2se.com>

On Fri, Aug 27, 2021 at 12:33 PM Stefan Wahren <stefan.wahren@i2se.com> wrote:
>
> Hi,
>
> Am 26.08.21 um 21:03 schrieb Fabio Estevam:
> > Hi Marcel,
> >
> > On Thu, Aug 19, 2021 at 11:04 AM Marcel Ziswiler <marcel@ziswiler.com> wrote:
> >> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> >>
> >> Enable CONFIG_FB which is nowadays required for CONFIG_DRM_PANEL_LVDS,
> >> CONFIG_DRM_PANEL_SIMPLE, CONFIG_DRM_PANEL_SEIKO_43WVF1G,
> >> CONFIG_FB_MODE_HELPERS, CONFIG_BACKLIGHT_PWM, CONFIG_BACKLIGHT_GPIO,
> >> CONFIG_FRAMEBUFFER_CONSOLE, CONFIG_LOGO, CONFIG_FONTS, CONFIG_FONT_8x8
> >> and CONFIG_FONT_8x16.
> >>
> >> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> > Yes, I noticed that I had no LCD output on an imx6ull-evk board and
> > after selecting CONFIG_FB it works again.
>
> this was caused by:
>
> f611b1e7624c ("drm: Avoid circular dependencies for CONFIG_FB")

Thanks, Stefan.

Marcel, I think you could resend this one with the Fixes tag and
hopefully it could be applied as a fix for 5.14-rc.

We can consider it as a regression fix, because it restores display
support on many i.MX boards on 5.14-rc.

Thanks

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-09-13 21:57 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-19 14:03 [PATCH v1 0/7] ARM: prepare and add colibri imx6ull 1gb (emmc) support Marcel Ziswiler
2021-08-19 14:03 ` Marcel Ziswiler
2021-08-19 14:03 ` [PATCH v1 1/7] ARM: imx_v6_v7_defconfig: enable mtd physmap Marcel Ziswiler
2021-08-19 14:03   ` Marcel Ziswiler
2021-08-19 14:03 ` [PATCH v1 2/7] ARM: imx_v6_v7_defconfig: enable fb Marcel Ziswiler
2021-08-19 14:03   ` Marcel Ziswiler
2021-08-26 19:03   ` Fabio Estevam
2021-08-26 19:03     ` Fabio Estevam
2021-08-27 15:33     ` Stefan Wahren
2021-08-27 15:33       ` Stefan Wahren
2021-09-13 21:57       ` Fabio Estevam [this message]
2021-09-13 21:57         ` Fabio Estevam
2021-08-19 14:03 ` [PATCH v1 3/7] ARM: imx_v6_v7_defconfig: change snd soc tlv320aic3x to i2c variant Marcel Ziswiler
2021-08-19 14:03   ` Marcel Ziswiler
2021-08-19 14:03 ` [PATCH v1 4/7] ARM: imx_v6_v7_defconfig: rebuild default configuration Marcel Ziswiler
2021-08-19 14:03   ` Marcel Ziswiler
2021-08-19 14:03 ` [PATCH v1 5/7] ARM: imx_v6_v7_defconfig: build imx sdma driver as module Marcel Ziswiler
2021-08-19 14:03   ` Marcel Ziswiler
2021-08-19 14:03 ` [PATCH v1 6/7] ARM: imx_v6_v7_defconfig: enable bpf syscall and cgroup bpf Marcel Ziswiler
2021-08-19 14:03   ` Marcel Ziswiler
2021-08-19 14:03 ` [PATCH v1 7/7] ARM: dts: colibri-imx6ull-emmc: add device trees Marcel Ziswiler
2021-08-19 14:03   ` Marcel Ziswiler
2021-08-19 16:24   ` Marcel Ziswiler
2021-08-19 16:24     ` Marcel Ziswiler

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='CAOMZO5C77MSXtjMyE5iTCcwFDo0pPFBM=qscRPU1J7kkmgs-pQ@mail.gmail.com' \
    --to=festevam@gmail.com \
    --cc=Anson.Huang@nxp.com \
    --cc=andreas@kemnade.info \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=marcel.ziswiler@toradex.com \
    --cc=marcel@ziswiler.com \
    --cc=marex@denx.de \
    --cc=pzimmermann@dh-electronics.com \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=stefan.wahren@i2se.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.