Re: [PATCH] tbs2910: migrate to DM_VIDEO

2020-05-30 Thread Soeren Moch
On 28.05.20 10:07, Anatolij Gustschin wrote: > On Thu, 28 May 2020 09:54:42 +0200 > Soeren Moch sm...@web.de wrote: > ... >>> I'll merge this via u-boot-video tree. v2 patch depends on a few more >>> video patches which are under review/built-test currently. >> OK, I will try to test this new

Re: [PATCH] tbs2910: migrate to DM_VIDEO

2020-05-28 Thread Anatolij Gustschin
On Thu, 28 May 2020 09:54:42 +0200 Soeren Moch sm...@web.de wrote: ... > > I'll merge this via u-boot-video tree. v2 patch depends on a few more > > video patches which are under review/built-test currently. > OK, I will try to test this new version again on top of your other patches. OK, you

Re: [PATCH] tbs2910: migrate to DM_VIDEO

2020-05-28 Thread Soeren Moch
On 26.05.20 22:13, Anatolij Gustschin wrote: > On Sun, 24 May 2020 17:46:22 +0200 > Soeren Moch sm...@web.de wrote: > >> On 23.05.20 01:24, Anatolij Gustschin wrote: >>> Migration to DM_VIDEO driver is long overdue, configure it in >>> board config files. To enable the display set stdout like: >>>

Re: [PATCH] tbs2910: migrate to DM_VIDEO

2020-05-26 Thread Anatolij Gustschin
On Sun, 24 May 2020 17:46:22 +0200 Soeren Moch sm...@web.de wrote: > On 23.05.20 01:24, Anatolij Gustschin wrote: > > Migration to DM_VIDEO driver is long overdue, configure it in > > board config files. To enable the display set stdout like: > > > > setenv stdout serial,vidconsole > > > >

Re: [PATCH] tbs2910: migrate to DM_VIDEO

2020-05-24 Thread Soeren Moch
On 23.05.20 01:24, Anatolij Gustschin wrote: > Migration to DM_VIDEO driver is long overdue, configure it in > board config files. To enable the display set stdout like: > > setenv stdout serial,vidconsole > > Signed-off-by: Anatolij Gustschin > --- > This is only build tested. I tested this on

Re: [PATCH] tbs2910: migrate to DM_VIDEO

2020-05-23 Thread Soeren Moch
On 23.05.20 17:17, Anatolij Gustschin wrote: > On Sat, 23 May 2020 09:55:48 +0200 > Soeren Moch sm...@web.de wrote: > >> On 23.05.20 01:24, Anatolij Gustschin wrote: >>> Migration to DM_VIDEO driver is long overdue, configure it in >>> board config files. To enable the display set stdout like:

Re: [PATCH] tbs2910: migrate to DM_VIDEO

2020-05-23 Thread Anatolij Gustschin
On Sat, 23 May 2020 09:55:48 +0200 Soeren Moch sm...@web.de wrote: > On 23.05.20 01:24, Anatolij Gustschin wrote: > > Migration to DM_VIDEO driver is long overdue, configure it in > > board config files. To enable the display set stdout like: > > > > setenv stdout serial,vidconsole > And this

Re: [PATCH] tbs2910: migrate to DM_VIDEO

2020-05-23 Thread Soeren Moch
On 23.05.20 01:24, Anatolij Gustschin wrote: > Migration to DM_VIDEO driver is long overdue, configure it in > board config files. To enable the display set stdout like: > > setenv stdout serial,vidconsole And this exactly is the problem. There are some users of this board without serial

[PATCH] tbs2910: migrate to DM_VIDEO

2020-05-22 Thread Anatolij Gustschin
Migration to DM_VIDEO driver is long overdue, configure it in board config files. To enable the display set stdout like: setenv stdout serial,vidconsole Signed-off-by: Anatolij Gustschin --- This is only build tested. configs/tbs2910_defconfig | 7 ++- include/configs/tbs2910.h | 2 --