Re: [PATCH] arm64: dts: imx8mm: Add GPU node

2020-10-23 Thread Adam Ford
On Fri, Oct 23, 2020 at 3:25 AM Lucas Stach wrote: > > On Do, 2020-10-22 at 13:31 -0500, Adam Ford wrote: > > On Thu, Oct 22, 2020 at 1:17 PM Marek Vasut wrote: > > > On 10/22/20 7:16 PM, Adam Ford wrote: > > > > According to the documentation from NXP, the i.MX8M Nano has a > > > > Vivante

Re: [PATCH] arm64: dts: imx8mm: Add GPU node

2020-10-23 Thread Krzysztof Kozlowski
On Thu, Oct 22, 2020 at 12:16:39PM -0500, Adam Ford wrote: > According to the documentation from NXP, the i.MX8M Nano has a > Vivante GC7000 Ultra Lite as its GPU core. > > With this patch, the Etnaviv driver presents the GPU as: >etnaviv-gpu 3800.gpu: model: GC7000, revision: 6203 > >

Re: [PATCH] arm64: dts: imx8mm: Add GPU node

2020-10-23 Thread Lucas Stach
On Do, 2020-10-22 at 13:31 -0500, Adam Ford wrote: > On Thu, Oct 22, 2020 at 1:17 PM Marek Vasut wrote: > > On 10/22/20 7:16 PM, Adam Ford wrote: > > > According to the documentation from NXP, the i.MX8M Nano has a > > > Vivante GC7000 Ultra Lite as its GPU core. > > > > > > With this patch, the

Re: [PATCH] arm64: dts: imx8mm: Add GPU node

2020-10-22 Thread Adam Ford
On Thu, Oct 22, 2020 at 1:17 PM Marek Vasut wrote: > > On 10/22/20 7:16 PM, Adam Ford wrote: > > According to the documentation from NXP, the i.MX8M Nano has a > > Vivante GC7000 Ultra Lite as its GPU core. > > > > With this patch, the Etnaviv driver presents the GPU as: > >etnaviv-gpu

Re: [PATCH] arm64: dts: imx8mm: Add GPU node

2020-10-22 Thread Marek Vasut
On 10/22/20 7:16 PM, Adam Ford wrote: > According to the documentation from NXP, the i.MX8M Nano has a > Vivante GC7000 Ultra Lite as its GPU core. > > With this patch, the Etnaviv driver presents the GPU as: >etnaviv-gpu 3800.gpu: model: GC7000, revision: 6203 > > It uses the GPCV2

[PATCH] arm64: dts: imx8mm: Add GPU node

2020-10-22 Thread Adam Ford
According to the documentation from NXP, the i.MX8M Nano has a Vivante GC7000 Ultra Lite as its GPU core. With this patch, the Etnaviv driver presents the GPU as: etnaviv-gpu 3800.gpu: model: GC7000, revision: 6203 It uses the GPCV2 controller to enable the power domain for the GPU.