Re: [PATCH v8] drm/lima: driver for ARM Mali4xx GPUs

2019-03-28 Thread Qiang Yu
On Fri, Mar 29, 2019 at 5:31 AM Eric Anholt wrote: > > Daniel Vetter writes: > > > On Thu, Mar 28, 2019 at 03:12:23PM +0100, Neil Armstrong wrote: > >> On 27/03/2019 20:06, Eric Anholt wrote: > >> > Neil Armstrong writes: > >> > > >> >> Hi, > >> >> > >> >> On 26/03/2019 21:40, Vasily Khoruzhick

Re: [PATCH v8] drm/lima: driver for ARM Mali4xx GPUs

2019-03-28 Thread Eric Anholt
Daniel Vetter writes: > On Thu, Mar 28, 2019 at 03:12:23PM +0100, Neil Armstrong wrote: >> On 27/03/2019 20:06, Eric Anholt wrote: >> > Neil Armstrong writes: >> > >> >> Hi, >> >> >> >> On 26/03/2019 21:40, Vasily Khoruzhick wrote: >> >>> Hi, >> >>> >> >>> So what's the status of it? >> >> >> >

Re: [PATCH v8] drm/lima: driver for ARM Mali4xx GPUs

2019-03-28 Thread Daniel Vetter
On Thu, Mar 28, 2019 at 03:12:23PM +0100, Neil Armstrong wrote: > On 27/03/2019 20:06, Eric Anholt wrote: > > Neil Armstrong writes: > > > >> Hi, > >> > >> On 26/03/2019 21:40, Vasily Khoruzhick wrote: > >>> Hi, > >>> > >>> So what's the status of it? > >> > >> We are waiting on ARM to give a fee

Re: [PATCH v8] drm/lima: driver for ARM Mali4xx GPUs

2019-03-28 Thread Neil Armstrong
On 27/03/2019 20:06, Eric Anholt wrote: > Neil Armstrong writes: > >> Hi, >> >> On 26/03/2019 21:40, Vasily Khoruzhick wrote: >>> Hi, >>> >>> So what's the status of it? >> >> We are waiting on ARM to give a feedback on the ARM GPU tile modifier, >> see https://patchwork.freedesktop.org/patch/292

Re: [PATCH v8] drm/lima: driver for ARM Mali4xx GPUs

2019-03-27 Thread Eric Anholt
Neil Armstrong writes: > Hi, > > On 26/03/2019 21:40, Vasily Khoruzhick wrote: >> Hi, >> >> So what's the status of it? > > We are waiting on ARM to give a feedback on the ARM GPU tile modifier, > see https://patchwork.freedesktop.org/patch/292187/?series=57996&rev=1 I don't see any dependency

Re: [PATCH v8] drm/lima: driver for ARM Mali4xx GPUs

2019-03-27 Thread Eric Anholt
Rob Herring writes: > On Wed, Mar 27, 2019 at 4:15 AM Neil Armstrong > wrote: >> >> Hi, >> >> On 26/03/2019 21:40, Vasily Khoruzhick wrote: >> > Hi, >> > >> > So what's the status of it? >> >> We are waiting on ARM to give a feedback on the ARM GPU tile modifier, >> see https://patchwork.freede

Re: [PATCH v8] drm/lima: driver for ARM Mali4xx GPUs

2019-03-27 Thread Rob Herring
On Wed, Mar 27, 2019 at 4:15 AM Neil Armstrong wrote: > > Hi, > > On 26/03/2019 21:40, Vasily Khoruzhick wrote: > > Hi, > > > > So what's the status of it? > > We are waiting on ARM to give a feedback on the ARM GPU tile modifier, > see https://patchwork.freedesktop.org/patch/292187/?series=57996&

Re: [PATCH v8] drm/lima: driver for ARM Mali4xx GPUs

2019-03-27 Thread Brian Starkey
Hi Neil, On Wed, Mar 27, 2019 at 10:15:48AM +0100, Neil Armstrong wrote: > Hi, > > On 26/03/2019 21:40, Vasily Khoruzhick wrote: > > Hi, > > > > So what's the status of it? > > We are waiting on ARM to give a feedback on the ARM GPU tile modifier, > see https://patchwork.freedesktop.org/patch/2

Re: [PATCH v8] drm/lima: driver for ARM Mali4xx GPUs

2019-03-27 Thread Neil Armstrong
Hi, On 26/03/2019 21:40, Vasily Khoruzhick wrote: > Hi, > > So what's the status of it? We are waiting on ARM to give a feedback on the ARM GPU tile modifier, see https://patchwork.freedesktop.org/patch/292187/?series=57996&rev=1 Neil > > Has it been merged? I don't see it in drm-misc-next. >

Re: [PATCH v8] drm/lima: driver for ARM Mali4xx GPUs

2019-03-26 Thread Vasily Khoruzhick
Hi, So what's the status of it? Has it been merged? I don't see it in drm-misc-next. Regards, Vasily On Tue, Mar 12, 2019 at 1:12 AM Heiko Stuebner wrote: > > Hi, > > Am Dienstag, 12. März 2019, 02:54:57 CET schrieb Qiang Yu: > > On Mon, Mar 11, 2019 at 11:37 PM Rob Herring wrote: > > > > > >

Re: [PATCH v8] drm/lima: driver for ARM Mali4xx GPUs

2019-03-12 Thread Heiko Stuebner
Hi, Am Dienstag, 12. März 2019, 02:54:57 CET schrieb Qiang Yu: > On Mon, Mar 11, 2019 at 11:37 PM Rob Herring wrote: > > > > On Sat, Mar 9, 2019 at 6:21 AM Qiang Yu wrote: > > > > > > - Mali 4xx GPUs have two kinds of processors GP and PP. GP is for > > > OpenGL vertex shader processing and PP

Re: [PATCH v8] drm/lima: driver for ARM Mali4xx GPUs

2019-03-11 Thread Qiang Yu
On Mon, Mar 11, 2019 at 11:37 PM Rob Herring wrote: > > On Sat, Mar 9, 2019 at 6:21 AM Qiang Yu wrote: > > > > - Mali 4xx GPUs have two kinds of processors GP and PP. GP is for > > OpenGL vertex shader processing and PP is for fragment shader > > processing. Each processor has its own MMU so

Re: [PATCH v8] drm/lima: driver for ARM Mali4xx GPUs

2019-03-11 Thread Rob Herring
On Sat, Mar 9, 2019 at 6:21 AM Qiang Yu wrote: > > - Mali 4xx GPUs have two kinds of processors GP and PP. GP is for > OpenGL vertex shader processing and PP is for fragment shader > processing. Each processor has its own MMU so prcessors work in > virtual address space. > - There's only one

Re: [PATCH v8] drm/lima: driver for ARM Mali4xx GPUs

2019-03-09 Thread Qiang Yu
Hi, This patch should be applied to the drm-misc-next branch: https://github.com/freedesktop/drm-misc/tree/drm-misc-next Regards, Qiang On Sun, Mar 10, 2019 at 10:00 AM kbuild test robot wrote: > > Hi Qiang, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on li

Re: [PATCH v8] drm/lima: driver for ARM Mali4xx GPUs

2019-03-09 Thread kbuild test robot
Hi Qiang, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.0 next-20190306] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits

Re: [PATCH v8] drm/lima: driver for ARM Mali4xx GPUs

2019-03-09 Thread kbuild test robot
Hi Qiang, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.0 next-20190306] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits