[PATCH 3/3] drm/tegra: Support for sync file-based fences in submit

2018-01-11 Thread Thierry Reding
From: Mikko Perttunen Add support for sync file-based prefences and postfences to job submission. Fences are passed to the Host1x implementation. Signed-off-by: Mikko Perttunen Signed-off-by: Thierry Reding --- drivers/gpu/drm/tegra/drm.c | 82 - 1

Re: [PATCH 3/3] drm/tegra: Support for sync file-based fences in submit

2017-03-13 Thread Thierry Reding
On Mon, Mar 13, 2017 at 11:07:28AM +0200, Mikko Perttunen wrote: > > > On 13.03.2017 09:15, Thierry Reding wrote: > > On Thu, Mar 09, 2017 at 07:57:18PM +0200, Mikko Perttunen wrote: > > > Add support for sync file-based prefences and postfences > > > to job submission. Fences are passed to the H

Re: [PATCH 3/3] drm/tegra: Support for sync file-based fences in submit

2017-03-13 Thread Mikko Perttunen
On 13.03.2017 09:15, Thierry Reding wrote: On Thu, Mar 09, 2017 at 07:57:18PM +0200, Mikko Perttunen wrote: Add support for sync file-based prefences and postfences to job submission. Fences are passed to the Host1x implementation. Signed-off-by: Mikko Perttunen --- drivers/gpu/drm/tegra/dr

Re: [PATCH 3/3] drm/tegra: Support for sync file-based fences in submit

2017-03-13 Thread Thierry Reding
On Thu, Mar 09, 2017 at 07:57:18PM +0200, Mikko Perttunen wrote: > Add support for sync file-based prefences and postfences > to job submission. Fences are passed to the Host1x implementation. > > Signed-off-by: Mikko Perttunen > --- > drivers/gpu/drm/tegra/drm.c | 69 >

[PATCH 3/3] drm/tegra: Support for sync file-based fences in submit

2017-03-09 Thread Mikko Perttunen
Add support for sync file-based prefences and postfences to job submission. Fences are passed to the Host1x implementation. Signed-off-by: Mikko Perttunen --- drivers/gpu/drm/tegra/drm.c | 69 ++--- 1 file changed, 59 insertions(+), 10 deletions(-) diff -