All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH] nokia_rx51: disable obsolete VIDEO config
Date: Tue, 20 Oct 2020 19:34:27 +0200	[thread overview]
Message-ID: <20201020193427.52e5d224@crub> (raw)
In-Reply-To: <20201020141707.GU14816@bill-the-cat>

On Tue, 20 Oct 2020 10:17:07 -0400
Tom Rini trini at konsulko.com wrote:
...
> > > > Without video console support it is hard and probably impossible to
> > > > debug on real N900.
> > > > 
> > > > So do not disable video console support, it would make fixing and
> > > > testing N900 stuff just more complicated.  
> > > 
> > > Then please see about converting the video driver, on top of the
> > > other patches.  Thanks!  
> 
> So, perhaps another way to look at this (and the rest of the series) is,
> Anatolij, what needs updating for these platforms?  Is it that no DM
> conversion has been done for them, or not enabling CONFIG_DM_VIDEO?

for at91sam9, ls1021aqds, ls1021atwr, mx6sxsabresd, mx7dsabresd and many
sunxi boards DM_VIDEO conversion is missing.

nokia_rx51 has DM disabled, so this is a bigger problem. And CONFIG_VIDEO
can be disabled for nokia_rx51 if we remove CFB_CONSOLE CONFIG_VIDEO
dependency in Kconfig, it seems. This board doesn't use display controller
driver, it just configures fixed frame buffer address for CFB_CONSOLE.

No DM yet: mx23evk, sansa_fuze_plus, xfi3

> It looks like for the nokia_rx51 there's no CONFIG_DM conversion done at
> all yet, which is the bigger problem.   But what about sunxi?  Is there
> some video specific conversions that need to happen, or just enabling
> different options once DM is enabled?  Thanks!

for many sunxi variants DM_VIDEO conversion is missing. Jagan did
a patch [1], but there are some simplefb related issues with it.

[1] http://patchwork.ozlabs.org/project/uboot/patch/20200617202437.301108-4-jagan at amarulasolutions.com

--
Anatolij

  reply	other threads:[~2020-10-20 17:34 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-18 19:18 [PATCH] arm: sunxi: disable obsolete VIDEO config Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] at91sam9: " Anatolij Gustschin
2020-10-26 20:23   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] at91sam9n12ek: " Anatolij Gustschin
2020-10-26 20:23   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] eb_cpu5282: fix CONFIG_DM_VIDEO build warnings Anatolij Gustschin
2020-10-26 20:23   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] imx: mx6sxsabresd: disable obsolete VIDEO config Anatolij Gustschin
2020-10-26 20:24   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] imx: mx7dsabresd: " Anatolij Gustschin
2020-10-26 20:24   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] ls1021aqds: " Anatolij Gustschin
2020-10-26 20:25   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] ls1021atwr: " Anatolij Gustschin
2020-10-26 20:27   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] mx23evk: " Anatolij Gustschin
2020-10-26 20:28   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] nokia_rx51: " Anatolij Gustschin
2020-10-18 20:41   ` Pali Rohár
2020-10-18 20:54     ` Anatolij Gustschin
2020-10-18 20:59       ` Pali Rohár
2020-10-19  1:17         ` Tom Rini
2020-10-20  9:30           ` Pali Rohár
2020-10-20 14:17             ` Tom Rini
2020-10-20 17:34               ` Anatolij Gustschin [this message]
2020-10-21  9:08               ` Pali Rohár
2020-10-21 12:47                 ` Tom Rini
2020-10-24 10:06                   ` Pali Rohár
     [not found]                     ` <defdeadd-1640-82bc-b6da-0fd5dc9911fa@wizzup.org>
2020-10-24 12:19                       ` [maemo-leste] " Tom Rini
2020-10-25 23:04                         ` Pali Rohár
2020-10-25 23:55                           ` Tom Rini
2020-10-26  0:19                             ` Pali Rohár
2020-10-26  0:25                               ` Tom Rini
2020-10-25 23:59                           ` Anatolij Gustschin
2020-10-29  8:36                         ` Lokesh Vutla
2020-10-30 19:09                           ` Pali Rohár
2020-10-26 18:58   ` [PATCH v2] " Anatolij Gustschin
2020-10-26 20:29     ` Anatolij Gustschin
2020-10-26 23:51     ` Pali Rohár
2020-10-27  7:17       ` Anatolij Gustschin
2020-10-27  8:42         ` Pali Rohár
2020-10-27  8:54           ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] picosam9g45: " Anatolij Gustschin
2020-10-26 20:28   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] sansa_fuze_plus: " Anatolij Gustschin
2020-10-26 20:29   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] xfi3: " Anatolij Gustschin
2020-10-26 20:29   ` Anatolij Gustschin
2020-10-19  9:17 ` [PATCH] arm: sunxi: " Maxime Ripard
2020-10-19 14:50   ` Tom Rini
2020-10-27 21:21     ` Maxime Ripard
2020-10-21 19:04 ` Jagan Teki
2020-10-21 19:14   ` Anatolij Gustschin

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=20201020193427.52e5d224@crub \
    --to=agust@denx.de \
    --cc=u-boot@lists.denx.de \
    /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.