Re: [PATCH v3] drm: mxsfb_crtc: Reset the eLCDIF controller

2017-06-18 Thread Marek Vasut
On 06/15/2017 10:02 PM, Sean Paul wrote: > On Thu, Jun 15, 2017 at 01:53:15PM -0400, Sean Paul wrote: >> On Fri, May 05, 2017 at 03:01:41PM -0300, Fabio Estevam wrote: >>> According to the eLCDIF initialization steps listed in the MX6SX >>> Reference Manual the eLCDIF block reset is mandatory. >>>

Re: [PATCH v3] drm: mxsfb_crtc: Reset the eLCDIF controller

2017-06-18 Thread Sanchayan Maity
Hello Marek, On 17-06-15 19:57:35, Stefan Agner wrote: > On 2017-06-15 10:26, Marek Vasut wrote: > > On 06/15/2017 05:12 PM, Fabio Estevam wrote: > >> Hi Marek, > >> > >> On Mon, Jun 5, 2017 at 9:08 AM, Marek Vasut wrote: > >> > >>> I'm currently on vacation, try one more time and if it doesn't w

Re: [PATCH v3] drm: mxsfb_crtc: Reset the eLCDIF controller

2017-06-15 Thread Stefan Agner
On 2017-06-15 10:26, Marek Vasut wrote: > On 06/15/2017 05:12 PM, Fabio Estevam wrote: >> Hi Marek, >> >> On Mon, Jun 5, 2017 at 9:08 AM, Marek Vasut wrote: >> >>> I'm currently on vacation, try one more time and if it doesn't work out >>> (which means this trivial list is not really working?), I'

Re: [PATCH v3] drm: mxsfb_crtc: Reset the eLCDIF controller

2017-06-15 Thread Marek Vasut
On 06/15/2017 05:12 PM, Fabio Estevam wrote: > Hi Marek, > > On Mon, Jun 5, 2017 at 9:08 AM, Marek Vasut wrote: > >> I'm currently on vacation, try one more time and if it doesn't work out >> (which means this trivial list is not really working?), I'll send a PR >> sometime mid-month. > > Tried

Re: [PATCH v3] drm: mxsfb_crtc: Reset the eLCDIF controller

2017-06-15 Thread Sean Paul
On Thu, Jun 15, 2017 at 01:53:15PM -0400, Sean Paul wrote: > On Fri, May 05, 2017 at 03:01:41PM -0300, Fabio Estevam wrote: > > According to the eLCDIF initialization steps listed in the MX6SX > > Reference Manual the eLCDIF block reset is mandatory. > > > > Without performing the eLCDIF reset th

Re: [PATCH v3] drm: mxsfb_crtc: Reset the eLCDIF controller

2017-06-15 Thread Sean Paul
On Fri, May 05, 2017 at 03:01:41PM -0300, Fabio Estevam wrote: > According to the eLCDIF initialization steps listed in the MX6SX > Reference Manual the eLCDIF block reset is mandatory. > > Without performing the eLCDIF reset the display shows garbage content > when the kernel boots. > > In earl

Re: [PATCH v3] drm: mxsfb_crtc: Reset the eLCDIF controller

2017-06-15 Thread Fabio Estevam
Hi Marek, On Mon, Jun 5, 2017 at 9:08 AM, Marek Vasut wrote: > I'm currently on vacation, try one more time and if it doesn't work out > (which means this trivial list is not really working?), I'll send a PR > sometime mid-month. Tried your suggestion, but it did not work. Could you please con

Re: [PATCH v3] drm: mxsfb_crtc: Reset the eLCDIF controller

2017-06-05 Thread Marek Vasut
On 06/05/2017 02:03 PM, Fabio Estevam wrote: > Hi Marek, Hi, > On Mon, May 22, 2017 at 5:33 PM, Marek Vasut wrote: > >>> Do you plan to send Dave a pull request so that this one can reach 4.12-rc? >> >> You could probably get it in via drm-misc ? > > I tried it, but no response so far. > > Ca

Re: [PATCH v3] drm: mxsfb_crtc: Reset the eLCDIF controller

2017-06-05 Thread Fabio Estevam
Hi Marek, On Mon, May 22, 2017 at 5:33 PM, Marek Vasut wrote: >> Do you plan to send Dave a pull request so that this one can reach 4.12-rc? > > You could probably get it in via drm-misc ? I tried it, but no response so far. Care to send Dave a pull request so that this one can get into 4.12-r

Re: [PATCH v3] drm: mxsfb_crtc: Reset the eLCDIF controller

2017-05-22 Thread Marek Vasut
On 05/22/2017 08:52 PM, Fabio Estevam wrote: > Hi Marek, Hi! > On Mon, May 22, 2017 at 11:20 AM, Marek Vasut wrote: > >> IMO it's OK. >> >> Reviewed-by: Marek Vasut > > Thanks for the feedback. > > Do you plan to send Dave a pull request so that this one can reach 4.12-rc? You could probabl

Re: [PATCH v3] drm: mxsfb_crtc: Reset the eLCDIF controller

2017-05-22 Thread Marek Vasut
On 05/22/2017 03:55 PM, Fabio Estevam wrote: > Hi Marek, > > On Fri, May 5, 2017 at 3:01 PM, Fabio Estevam wrote: >> According to the eLCDIF initialization steps listed in the MX6SX >> Reference Manual the eLCDIF block reset is mandatory. >> >> Without performing the eLCDIF reset the display show

Re: [PATCH v3] drm: mxsfb_crtc: Reset the eLCDIF controller

2017-05-22 Thread Fabio Estevam
Hi Marek, On Mon, May 22, 2017 at 11:20 AM, Marek Vasut wrote: > IMO it's OK. > > Reviewed-by: Marek Vasut Thanks for the feedback. Do you plan to send Dave a pull request so that this one can reach 4.12-rc? Thanks ___ dri-devel mailing list dri-de

Re: [PATCH v3] drm: mxsfb_crtc: Reset the eLCDIF controller

2017-05-22 Thread Fabio Estevam
Hi Marek, On Fri, May 5, 2017 at 3:01 PM, Fabio Estevam wrote: > According to the eLCDIF initialization steps listed in the MX6SX > Reference Manual the eLCDIF block reset is mandatory. > > Without performing the eLCDIF reset the display shows garbage content > when the kernel boots. > > In earli

[PATCH v3] drm: mxsfb_crtc: Reset the eLCDIF controller

2017-05-07 Thread Fabio Estevam
According to the eLCDIF initialization steps listed in the MX6SX Reference Manual the eLCDIF block reset is mandatory. Without performing the eLCDIF reset the display shows garbage content when the kernel boots. In earlier tests this issue has not been observed because the bootloader was previou