Re: [PATCH V2 02/23] drm/etnaviv: make it possible to allocate multiple events

2017-08-22 Thread Christian Gmeiner
Hi Lucas, 2017-08-22 10:39 GMT+02:00 Lucas Stach : > Hi Christian, > > Am Dienstag, den 22.08.2017, 10:27 +0200 schrieb Christian Gmeiner: >> Hi Lucas. >> >> Thanks for your review - hopefully there will be only one last v3 >> series of that patches. > > Yep, I would really like to merge this seri

Re: [PATCH V2 02/23] drm/etnaviv: make it possible to allocate multiple events

2017-08-22 Thread Lucas Stach
Hi Christian, Am Dienstag, den 22.08.2017, 10:27 +0200 schrieb Christian Gmeiner: > Hi Lucas. > > Thanks for your review - hopefully there will be only one last v3 > series of that patches. Yep, I would really like to merge this series. It's been in the making for long enough. :) > 2017-08-08 1

Re: [PATCH V2 02/23] drm/etnaviv: make it possible to allocate multiple events

2017-08-22 Thread Christian Gmeiner
Hi Lucas. Thanks for your review - hopefully there will be only one last v3 series of that patches. 2017-08-08 12:00 GMT+02:00 Lucas Stach : > Am Samstag, den 22.07.2017, 11:53 +0200 schrieb Christian Gmeiner: >> This makes it possible to allocate multiple events under the event >> spinlock. This

Re: [PATCH V2 02/23] drm/etnaviv: make it possible to allocate multiple events

2017-08-08 Thread Lucas Stach
Am Samstag, den 22.07.2017, 11:53 +0200 schrieb Christian Gmeiner: > This makes it possible to allocate multiple events under the event > spinlock. This change is needed to support 'sync'-points. > > Signed-off-by: Christian Gmeiner > --- > drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 31

[PATCH V2 02/23] drm/etnaviv: make it possible to allocate multiple events

2017-07-22 Thread Christian Gmeiner
This makes it possible to allocate multiple events under the event spinlock. This change is needed to support 'sync'-points. Signed-off-by: Christian Gmeiner --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 31 --- 1 file changed, 20 insertions(+), 11 deletions(-) diff --