[PATCH 2/3] drm/tegra: Add sync file support to submit interface

2018-01-11 Thread Thierry Reding
From: Mikko Perttunen Adds ability to pass sync file based prefences and get back sync file based postfences during job submission. Both fence fd's are passed in the `fence` field. A new `flags` field is used to specify if the prefence should be waited or a postfence created. Signed-off-by: Mikk

[PATCH 2/3] drm/tegra: Add sync file support to submit interface

2017-03-09 Thread Mikko Perttunen
Adds ability to pass sync file based prefences and get back sync file based postfences during job submission. Both fence fd's are passed in the `fence` field. A new `flags` field is used to specify if the prefence should be waited or a postfence created. Signed-off-by: Mikko Perttunen --- includ