Re: U-Boot Logo showing incorrect colors with eLCDIF

2020-06-29 Thread Fabio Estevam
Hi Anatolij, On Mon, Jun 29, 2020 at 4:31 AM Anatolij Gustschin wrote: > I've tested on mx6ul-14x14-evk, with current U-Boot master I do not > see this problem any more. Excellent! I saw Ye Li's patches that fixed the problem. Thanks

Re: U-Boot Logo showing incorrect colors with eLCDIF

2020-06-29 Thread Anatolij Gustschin
Hi Fabio, On Mon, 24 Feb 2020 09:38:04 -0300 Fabio Estevam feste...@gmail.com wrote: > Hi Anatolij, > > On Wed, Feb 5, 2020 at 2:45 PM Fabio Estevam wrote: > > > > Hi Anatolij, > > > > On Wed, Feb 5, 2020 at 2:00 PM Anatolij Gustschin wrote: > > > > > I tried to extend the BMP code to fix

Re: U-Boot Logo showing incorrect colors with eLCDIF

2020-02-24 Thread Anatolij Gustschin
Hi Fabio, On Mon, 24 Feb 2020 09:38:04 -0300 Fabio Estevam feste...@gmail.com wrote: > Hi Anatolij, > > On Wed, Feb 5, 2020 at 2:45 PM Fabio Estevam wrote: > > > > Hi Anatolij, > > > > On Wed, Feb 5, 2020 at 2:00 PM Anatolij Gustschin wrote: > > > > > I tried to extend the BMP code to fix

Re: U-Boot Logo showing incorrect colors with eLCDIF

2020-02-24 Thread Fabio Estevam
Hi Anatolij, On Wed, Feb 5, 2020 at 2:45 PM Fabio Estevam wrote: > > Hi Anatolij, > > On Wed, Feb 5, 2020 at 2:00 PM Anatolij Gustschin wrote: > > > I tried to extend the BMP code to fix this, but my testing with > > sandbox SDL end of last week has shown incorrect colors in 24bpp > > mode, and

Re: U-Boot Logo showing incorrect colors with eLCDIF

2020-02-05 Thread Fabio Estevam
Hi Anatolij, On Wed, Feb 5, 2020 at 2:00 PM Anatolij Gustschin wrote: > I tried to extend the BMP code to fix this, but my testing with > sandbox SDL end of last week has shown incorrect colors in 24bpp > mode, and I didn't find the reason for it. I do not see what is > wrong in the code, maybe

Re: U-Boot Logo showing incorrect colors with eLCDIF

2020-02-05 Thread Anatolij Gustschin
Hi Fabio, On Mon, 3 Feb 2020 12:15:09 -0300 Fabio Estevam feste...@gmail.com wrote: > Hi Anatolij, > > On Sat, Jan 25, 2020 at 3:36 PM Anatolij Gustschin wrote: > > > Before DM_VIDEO conversion cfb_console driver was used and > > it supports such rendering. I'm working on a fix for this. > >

Re: U-Boot Logo showing incorrect colors with eLCDIF

2020-02-03 Thread Fabio Estevam
Hi Anatolij, On Sat, Jan 25, 2020 at 3:36 PM Anatolij Gustschin wrote: > Before DM_VIDEO conversion cfb_console driver was used and > it supports such rendering. I'm working on a fix for this. > Thanks for testing! Have you been able to fix this? Thanks

Re: U-Boot Logo showing incorrect colors with eLCDIF

2020-01-26 Thread Fabio Estevam
Hi Anatolij, On Sat, Jan 25, 2020 at 3:36 PM Anatolij Gustschin wrote: > Now I see that bitmap rendering code for video-uclass driver > doesn't support displaying 8bpp bitmaps on 24bpp frame buffer. > > Before DM_VIDEO conversion cfb_console driver was used and > it supports such rendering. I'm

Re: U-Boot Logo showing incorrect colors with eLCDIF

2020-01-25 Thread Anatolij Gustschin
Hi Fabio, On Fri, 24 Jan 2020 16:26:26 -0300 Fabio Estevam feste...@gmail.com wrote: > > Do you have 'bits-per-pixel' property in your display node in DT? > > Is suitable CONFIG_VIDEO_BPPxx option enabled in your board_defconfig ? > > Yes, I have it, but it has the wrong value. It should be

Re: U-Boot Logo showing incorrect colors with eLCDIF

2020-01-25 Thread Fabio Estevam
Hi Oleksandr, On Thu, Jan 23, 2020 at 12:46 PM Oleksandr Suvorov wrote: > We had a similar issue when mxsfb driver tried to use 18-bit elcdif > bus in 24-bit mode. Is there a patch to fix this problem? Does U-Boot logo appear correctly in colibri_imx7 and colibri_imx6ull? Thanks

Re: U-Boot Logo showing incorrect colors with eLCDIF

2020-01-24 Thread Fabio Estevam
Hi Anatolij, On Thu, Jan 23, 2020 at 11:36 AM Anatolij Gustschin wrote: > Do you have 'bits-per-pixel' property in your display node in DT? > Is suitable CONFIG_VIDEO_BPPxx option enabled in your board_defconfig ? Yes, I have it, but it has the wrong value. It should be 24bpp instead of 16bpp.

Re: U-Boot Logo showing incorrect colors with eLCDIF

2020-01-23 Thread Oleksandr Suvorov
Hi Fabio, On Thu, Jan 23, 2020 at 3:19 PM Fabio Estevam wrote: > > Hi, > > We are converting imx7d-sdb and imx6sx-sdb boards to DM_VIDEO, but we > are seeing the Freescale logo with incorrect colors (white area is > being shown blue, for example). > We had a similar issue when mxsfb driver tried

Re: U-Boot Logo showing incorrect colors with eLCDIF

2020-01-23 Thread Anatolij Gustschin
Hi Fabio, On Thu, 23 Jan 2020 10:19:08 -0300 Fabio Estevam feste...@gmail.com wrote: ... > We are converting imx7d-sdb and imx6sx-sdb boards to DM_VIDEO, but we > are seeing the Freescale logo with incorrect colors (white area is > being shown blue, for example). > > imx6ul-evk has already been

U-Boot Logo showing incorrect colors with eLCDIF

2020-01-23 Thread Fabio Estevam
Hi, We are converting imx7d-sdb and imx6sx-sdb boards to DM_VIDEO, but we are seeing the Freescale logo with incorrect colors (white area is being shown blue, for example). imx6ul-evk has already been converted to DM_VIDEO and also show the incorrect colors. We haven't started to investigate