Re: [U-Boot] [PATCH 09/17] mx6sabresd: convert to DM_VIDEO

2019-09-17 Thread Anatolij Gustschin
Hi Fabio, On Tue, 17 Sep 2019 09:32:37 -0300 Fabio Estevam feste...@gmail.com wrote: > Hi Anatolij, > > On Mon, Sep 16, 2019 at 4:21 PM Anatolij Gustschin wrote: > > > Most probably this is because there was no user of the video > > device when booting and therefore the video driver was not >

Re: [U-Boot] [PATCH 09/17] mx6sabresd: convert to DM_VIDEO

2019-09-17 Thread Fabio Estevam
Hi Anatolij, On Mon, Sep 16, 2019 at 4:21 PM Anatolij Gustschin wrote: > Most probably this is because there was no user of the video > device when booting and therefore the video driver was not > probed/bound. Please try do display some bitmap with bmp > command or try to switch to the video

Re: [U-Boot] [PATCH 09/17] mx6sabresd: convert to DM_VIDEO

2019-09-16 Thread Anatolij Gustschin
Hi Fabio, On Mon, 16 Sep 2019 21:21:38 +0200 Anatolij Gustschin ag...@denx.de wrote: >Hi Fabio, > >On Mon, 16 Sep 2019 15:18:34 -0300 >Fabio Estevam feste...@gmail.com wrote: >... >> > -CONFIG_VIDEO=y >> > +CONFIG_DM_VIDEO=y >> >> I am running the latest tree from Stefano and I do not have

Re: [U-Boot] [PATCH 09/17] mx6sabresd: convert to DM_VIDEO

2019-09-16 Thread Anatolij Gustschin
Hi Fabio, On Mon, 16 Sep 2019 15:18:34 -0300 Fabio Estevam feste...@gmail.com wrote: ... > > -CONFIG_VIDEO=y > > +CONFIG_DM_VIDEO=y > > I am running the latest tree from Stefano and I do not have LVDS > output after this patch. > > If I revert it, then LVDS output is normal again. > > Any

Re: [U-Boot] [PATCH 09/17] mx6sabresd: convert to DM_VIDEO

2019-09-16 Thread Fabio Estevam
Hi Anatolij, On Mon, Mar 18, 2019 at 7:36 PM Anatolij Gustschin wrote: > > Enable DM_VIDEO in defconfig. > > Signed-off-by: Anatolij Gustschin > --- > configs/mx6sabresd_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configs/mx6sabresd_defconfig

[U-Boot] [PATCH 09/17] mx6sabresd: convert to DM_VIDEO

2019-03-18 Thread Anatolij Gustschin
Enable DM_VIDEO in defconfig. Signed-off-by: Anatolij Gustschin --- configs/mx6sabresd_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig index ea34217e1c..825218c0d6 100644 --- a/configs/mx6sabresd_defconfig