Re: [linux-sunxi] Re: [PATCH v4 0/8] Allwinner H6 Mali GPU support

2019-05-25 Thread Jernej Škrabec
Hi! Dne četrtek, 16. maj 2019 ob 13:19:06 CEST je Robin Murphy napisal(a): > On 16/05/2019 00:22, Rob Herring wrote: > > On Wed, May 15, 2019 at 5:06 PM Clément Péron wrote: > >> Hi Robin, > >> > >> On Tue, 14 May 2019 at 23:57, Robin Murphy wrote: > >>> On 2019-05-14 10:22 pm, Clément Péron

Re: [PATCH v4 0/8] Allwinner H6 Mali GPU support

2019-05-16 Thread Steven Price
On 16/05/2019 12:19, Robin Murphy wrote: [...] > I was expecting to see a similar behaviour to my T620 (which I now > assume was down to 64-bit job descriptors sort-of-but-not-quite working) > but this does look a bit more fundamental - the fact that it's a level 1 > fault with VA == head == tail

Re: [PATCH v4 0/8] Allwinner H6 Mali GPU support

2019-05-16 Thread Robin Murphy
On 16/05/2019 00:22, Rob Herring wrote: On Wed, May 15, 2019 at 5:06 PM Clément Péron wrote: Hi Robin, On Tue, 14 May 2019 at 23:57, Robin Murphy wrote: On 2019-05-14 10:22 pm, Clément Péron wrote: Hi, On Tue, 14 May 2019 at 17:17, Clément Péron wrote: Hi, On Tue, 14 May 2019 at

Re: [PATCH v4 0/8] Allwinner H6 Mali GPU support

2019-05-15 Thread Rob Herring
On Wed, May 15, 2019 at 5:06 PM Clément Péron wrote: > > Hi Robin, > > On Tue, 14 May 2019 at 23:57, Robin Murphy wrote: > > > > On 2019-05-14 10:22 pm, Clément Péron wrote: > > > Hi, > > > > > > On Tue, 14 May 2019 at 17:17, Clément Péron wrote: > > >> > > >> Hi, > > >> > > >> On Tue, 14 May

Re: [PATCH v4 0/8] Allwinner H6 Mali GPU support

2019-05-15 Thread Clément Péron
Hi Robin, On Tue, 14 May 2019 at 23:57, Robin Murphy wrote: > > On 2019-05-14 10:22 pm, Clément Péron wrote: > > Hi, > > > > On Tue, 14 May 2019 at 17:17, Clément Péron wrote: > >> > >> Hi, > >> > >> On Tue, 14 May 2019 at 12:29, Neil Armstrong > >> wrote: > >>> > >>> Hi, > >>> > >>> On

Re: [PATCH v4 0/8] Allwinner H6 Mali GPU support

2019-05-15 Thread Clément Péron
Hi, On Tue, 14 May 2019 at 12:29, Neil Armstrong wrote: > > Hi, > > On 13/05/2019 17:14, Daniel Vetter wrote: > > On Sun, May 12, 2019 at 07:46:00PM +0200, peron.c...@gmail.com wrote: > >> From: Clément Péron > >> > >> Hi, > >> > >> The Allwinner H6 has a Mali-T720 MP2. The drivers are > >>

Re: [PATCH v4 0/8] Allwinner H6 Mali GPU support

2019-05-14 Thread Robin Murphy
On 2019-05-14 10:22 pm, Clément Péron wrote: Hi, On Tue, 14 May 2019 at 17:17, Clément Péron wrote: Hi, On Tue, 14 May 2019 at 12:29, Neil Armstrong wrote: Hi, On 13/05/2019 17:14, Daniel Vetter wrote: On Sun, May 12, 2019 at 07:46:00PM +0200, peron.c...@gmail.com wrote: From: Clément

Re: [PATCH v4 0/8] Allwinner H6 Mali GPU support

2019-05-14 Thread Clément Péron
Hi, On Tue, 14 May 2019 at 17:17, Clément Péron wrote: > > Hi, > > On Tue, 14 May 2019 at 12:29, Neil Armstrong wrote: > > > > Hi, > > > > On 13/05/2019 17:14, Daniel Vetter wrote: > > > On Sun, May 12, 2019 at 07:46:00PM +0200, peron.c...@gmail.com wrote: > > >> From: Clément Péron > > >> > >

Re: [PATCH v4 0/8] Allwinner H6 Mali GPU support

2019-05-14 Thread Neil Armstrong
Hi, On 13/05/2019 17:14, Daniel Vetter wrote: > On Sun, May 12, 2019 at 07:46:00PM +0200, peron.c...@gmail.com wrote: >> From: Clément Péron >> >> Hi, >> >> The Allwinner H6 has a Mali-T720 MP2. The drivers are >> out-of-tree so this series only introduce the dt-bindings. > > We do have an

Re: [PATCH v4 0/8] Allwinner H6 Mali GPU support

2019-05-13 Thread Daniel Vetter
On Sun, May 12, 2019 at 07:46:00PM +0200, peron.c...@gmail.com wrote: > From: Clément Péron > > Hi, > > The Allwinner H6 has a Mali-T720 MP2. The drivers are > out-of-tree so this series only introduce the dt-bindings. We do have an in-tree midgard driver now (since 5.2). Does this stuff work

[PATCH v4 0/8] Allwinner H6 Mali GPU support

2019-05-12 Thread peron . clem
From: Clément Péron Hi, The Allwinner H6 has a Mali-T720 MP2. The drivers are out-of-tree so this series only introduce the dt-bindings. The first patch is from Neil Amstrong and has been already merged in linux-amlogic. It is required for this series. The second patch is from Icenowy Zheng