Re: imx6 DM_VIDEObroken

2021-10-07 Thread Anatolij Gustschin
On Thu, 7 Oct 2021 12:50:04 -0700 Tim Harvey thar...@gateworks.com wrote: ... > > then vidconsole should be enabled. > > Anatolij, > > That is my configuration yet vidconsole does not enable until I > 'setenv stdout serial,vidconsole': > Ventana > print stdout > stdout=serial,vidconsole > ^^^ s

Re: imx6 DM_VIDEObroken

2021-10-07 Thread Tim Harvey
On Mon, Oct 4, 2021 at 6:48 AM Anatolij Gustschin wrote: > > On Wed, 29 Sep 2021 09:33:18 -0700 > Tim Harvey thar...@gateworks.com wrote: > ... > > One last question on this. I have never used U-Boot vidconsole before. > > It does work if I 'setenv stdout serial,videconsole' but if I saveenv > > a

Re: imx6 DM_VIDEObroken

2021-10-04 Thread Anatolij Gustschin
On Wed, 29 Sep 2021 09:33:18 -0700 Tim Harvey thar...@gateworks.com wrote: ... > One last question on this. I have never used U-Boot vidconsole before. > It does work if I 'setenv stdout serial,videconsole' but if I saveenv > and reboot vidconsole is not enabled. Should I expect it to be or is > i

Re: imx6 DM_VIDEObroken

2021-09-29 Thread Tim Harvey
On Wed, Sep 29, 2021 at 8:55 AM Tim Harvey wrote: > > On Tue, Sep 28, 2021 at 6:51 PM Fabio Estevam wrote: > > > > Hi Tim, > > > > On Tue, Sep 28, 2021 at 2:00 PM Tim Harvey wrote: > > > > > I would think the other board maintainers would have raised a red flag > > > if things broke for their bo

Re: imx6 DM_VIDEObroken

2021-09-29 Thread Tim Harvey
On Tue, Sep 28, 2021 at 6:51 PM Fabio Estevam wrote: > > Hi Tim, > > On Tue, Sep 28, 2021 at 2:00 PM Tim Harvey wrote: > > > I would think the other board maintainers would have raised a red flag > > if things broke for their boards, I just haven't tested it in quite > > some time for gwventana_*

Re: imx6 DM_VIDEObroken

2021-09-28 Thread Fabio Estevam
Hi Tim, On Tue, Sep 28, 2021 at 2:00 PM Tim Harvey wrote: > I would think the other board maintainers would have raised a red flag > if things broke for their boards, I just haven't tested it in quite > some time for gwventana_*_defconfig. I have just tested wandboard with the top of tree U-Boo

Re: imx6 DM_VIDEObroken

2021-09-28 Thread Tim Harvey
On Tue, Sep 28, 2021 at 5:55 AM Anatolij Gustschin wrote: > > Hey Tim, > > On Mon, 27 Sep 2021 17:25:58 -0700 > Tim Harvey thar...@gateworks.com wrote: > > > Anatolij, > > > > Since commit d37618d18d49 ("imx: convert gwventana board to DM_VIDEO") > > video support for IMX6 based Ventana boards has

Re: imx6 DM_VIDEObroken

2021-09-28 Thread Anatolij Gustschin
Hey Tim, On Mon, 27 Sep 2021 17:25:58 -0700 Tim Harvey thar...@gateworks.com wrote: > Anatolij, > > Since commit d37618d18d49 ("imx: convert gwventana board to DM_VIDEO") > video support for IMX6 based Ventana boards has been broken. Back then I've tested similar DM_VIDEO conversion changes on

imx6 DM_VIDEObroken

2021-09-27 Thread Tim Harvey
Anatolij, Since commit d37618d18d49 ("imx: convert gwventana board to DM_VIDEO") video support for IMX6 based Ventana boards has been broken. I find that while the bind function for fsl_imx6q_ipu is called the probe never is (ipuv3_video_probe). Do you know why this is? I see that with commit 57