Re: [U-Boot] [PATCH 4/4] mx6: Allow configuring the NoC registers on i.MX6QP

2019-11-04 Thread Fabio Estevam
Hi Stefano, On Sun, Nov 3, 2019 at 1:06 PM Stefano Babic wrote: > I found a good reason why they were out. Patch 4 breaks the build for > mx6sxsabresd because enable_[disable]ipu is called (of course, it should > not be). > > Could you take a look and repost ? Thanks ! Thanks for the feedback.

Re: [U-Boot] [PATCH 4/4] mx6: Allow configuring the NoC registers on i.MX6QP

2019-11-03 Thread Stefano Babic
Hi Fabio, On 03/11/19 13:17, Stefano Babic wrote: > On 24/10/19 15:47, Fabio Estevam wrote: >> Hi Stefano, >> >> On Fri, Jul 12, 2019 at 9:33 AM Fabio Estevam wrote: >>> >>> The NoC registers on i.MX6QP needs to be configured, otherwise some >>> usecases in the kernel behave incorrectly, such as

Re: [U-Boot] [PATCH 4/4] mx6: Allow configuring the NoC registers on i.MX6QP

2019-11-03 Thread Stefano Babic
On 24/10/19 15:47, Fabio Estevam wrote: > Hi Stefano, > > On Fri, Jul 12, 2019 at 9:33 AM Fabio Estevam wrote: >> >> The NoC registers on i.MX6QP needs to be configured, otherwise some >> usecases in the kernel behave incorrectly, such as rotation and resize. >> >> Currently the NoC registers are

Re: [U-Boot] [PATCH 4/4] mx6: Allow configuring the NoC registers on i.MX6QP

2019-10-24 Thread Fabio Estevam
Hi Stefano, On Fri, Jul 12, 2019 at 9:33 AM Fabio Estevam wrote: > > The NoC registers on i.MX6QP needs to be configured, otherwise some > usecases in the kernel behave incorrectly, such as rotation and resize. > > Currently the NoC registers are not configured in the kernel, so > configure them

Re: [U-Boot] [PATCH 4/4] mx6: Allow configuring the NoC registers on i.MX6QP

2019-07-15 Thread Peng Fan
> Subject: [PATCH 4/4] mx6: Allow configuring the NoC registers on i.MX6QP > > The NoC registers on i.MX6QP needs to be configured, otherwise some > usecases in the kernel behave incorrectly, such as rotation and resize. > > Currently the NoC registers are not configured in the kernel, so configu

Re: [U-Boot] [PATCH 4/4] mx6: Allow configuring the NoC registers on i.MX6QP

2019-07-15 Thread Fabio Estevam
Hi Peng, On Sun, Jul 14, 2019 at 10:55 PM Peng Fan wrote: > Why disable ipu clock? Once the NoC registers are configured we no longer need to keep the IPU clocks turned on. Thanks, Fabio Estevam ___ U-Boot mailing list U-Boot@lists.denx.de https://l

Re: [U-Boot] [PATCH 4/4] mx6: Allow configuring the NoC registers on i.MX6QP

2019-07-14 Thread Peng Fan
Hi Fabio, > Subject: [PATCH 4/4] mx6: Allow configuring the NoC registers on i.MX6QP > > The NoC registers on i.MX6QP needs to be configured, otherwise some > usecases in the kernel behave incorrectly, such as rotation and resize. > > Currently the NoC registers are not configured in the kernel,

[U-Boot] [PATCH 4/4] mx6: Allow configuring the NoC registers on i.MX6QP

2019-07-12 Thread Fabio Estevam
The NoC registers on i.MX6QP needs to be configured, otherwise some usecases in the kernel behave incorrectly, such as rotation and resize. Currently the NoC registers are not configured in the kernel, so configure them in U-Boot like it is done in the NXP U-Boot tree. Signed-off-by: Fabio Esteva