Re: [PATCH v2 00/21] Refine memblock API
Hi Adam, On Wed, Sep 25, 2019 at 6:38 AM Adam Ford wrote: > I know it's rather late, but this patch broke the Etnaviv 3D graphics > in my i.MX6Q. > > When I try to use the 3D, it returns some errors and the dmesg log > shows some memory allocation errors too: > [3.682347] etnaviv etnaviv: bound 13.gpu (ops gpu_ops) > [3.688669] etnaviv etnaviv: bound 134000.gpu (ops gpu_ops) > [3.695099] etnaviv etnaviv: bound 2204000.gpu (ops gpu_ops) > [3.700800] etnaviv-gpu 13.gpu: model: GC2000, revision: 5108 > [3.723013] etnaviv-gpu 13.gpu: command buffer outside valid > memory window > [3.731308] etnaviv-gpu 134000.gpu: model: GC320, revision: 5007 > [3.752437] etnaviv-gpu 134000.gpu: command buffer outside valid > memory window This looks similar to what was reported at: https://bugs.freedesktop.org/show_bug.cgi?id=111789 Does it help if you use the same suggestion and pass cma=256M in your kernel command line? ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc
Re: [PATCH v2 00/21] Refine memblock API
On Wed, Sep 25, 2019 at 9:17 AM Adam Ford wrote: > I tried cma=256M and noticed the cma dump at the beginning didn't > change. Do we need to setup a reserved-memory node like > imx6ul-ccimx6ulsom.dtsi did? I don't think so. Were you able to identify what was the exact commit that caused such regression? ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc
Re: [PATCH v1 0/2] Fix console probe delay when stdout-path isn't set
Hi Saravana, On Mon, Jun 27, 2022 at 11:03 PM Saravana Kannan wrote: > > Since the series that fixes console probe delay based on stdout-path[1] got > pulled into driver-core-next, I made these patches on top of them. > > Even if stdout-path isn't set in DT, this patch should take console > probe times back to how they were before the deferred_probe_timeout > clean up series[2]. > > Fabio/Ahmad/Sascha, > > Can you give this a shot please? This series works fine for me (with and without stdout-path), thanks: Tested-by: Fabio Estevam ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc