All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] board: tbs2910: Fix video output with existing environments
@ 2020-07-30 12:11 Soeren Moch
  2020-08-04  7:44 ` Anatolij Gustschin
  0 siblings, 1 reply; 2+ messages in thread
From: Soeren Moch @ 2020-07-30 12:11 UTC (permalink / raw)
  To: u-boot

Migration to DM_VIDEO changed the output device name (in stout, stderr)
from 'vga' to 'vidconsole'. This also was adapted in the default environment.
However, existing user defined environments still use 'vga'. Enable this
workaround to map the 'vga' name to 'vidconsole'. So we get HDMI video
output also with existing legacy environments.

Signed-off-by: Soeren Moch <smoch@web.de>
---
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Anatolij Gustschin <agust@denx.de>
Cc: u-boot at lists.denx.de

There was an automatic fix in the original DM_VIDEO conversion for this
case. Apparently this fix was lost on the way to v2020.10-rc1. So we need
to enable this explicitly here.

This patch was created on top of f7d0ae9 ("configs: Resync with
savedefconfig"), directly after v2020.10-rc1.
---
 configs/tbs2910_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig
index b4eaf9d162..c15a173d91 100644
--- a/configs/tbs2910_defconfig
+++ b/configs/tbs2910_defconfig
@@ -100,6 +100,7 @@ CONFIG_DM_VIDEO=y
 # CONFIG_VIDEO_ANSI is not set
 CONFIG_SYS_WHITE_ON_BLACK=y
 # CONFIG_PANEL is not set
+CONFIG_VIDCONSOLE_AS_LCD=y
 CONFIG_I2C_EDID=y
 CONFIG_VIDEO_IPUV3=y
 # CONFIG_GZIP is not set
--
2.17.1

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

* [PATCH] board: tbs2910: Fix video output with existing environments
  2020-07-30 12:11 [PATCH] board: tbs2910: Fix video output with existing environments Soeren Moch
@ 2020-08-04  7:44 ` Anatolij Gustschin
  0 siblings, 0 replies; 2+ messages in thread
From: Anatolij Gustschin @ 2020-08-04  7:44 UTC (permalink / raw)
  To: u-boot

On Thu, 30 Jul 2020 14:11:57 +0200
Soeren Moch smoch at web.de wrote:

> Migration to DM_VIDEO changed the output device name (in stout, stderr)
> from 'vga' to 'vidconsole'. This also was adapted in the default environment.
> However, existing user defined environments still use 'vga'. Enable this
> workaround to map the 'vga' name to 'vidconsole'. So we get HDMI video
> output also with existing legacy environments.
> 
> Signed-off-by: Soeren Moch <smoch@web.de>
> ---
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Fabio Estevam <festevam@gmail.com>
> Cc: Anatolij Gustschin <agust@denx.de>
> Cc: u-boot at lists.denx.de
> 
> There was an automatic fix in the original DM_VIDEO conversion for this
> case. Apparently this fix was lost on the way to v2020.10-rc1. So we need
> to enable this explicitly here.
> 
> This patch was created on top of f7d0ae9 ("configs: Resync with
> savedefconfig"), directly after v2020.10-rc1.

Applied to u-boot-video/master, thanks!

--
Anatolij

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

end of thread, other threads:[~2020-08-04  7:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-30 12:11 [PATCH] board: tbs2910: Fix video output with existing environments Soeren Moch
2020-08-04  7:44 ` Anatolij Gustschin

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.