[PATCH 4/4] drm/tegra: Set sgt pointer in BO pin

2016-11-11 Thread Thierry Reding
On Tue, Nov 08, 2016 at 07:51:35PM +0200, Mikko Perttunen wrote: > Fix tegra_bo_pin to set the parameter sgt pointer. > Host1x job pinning requires the sgt to determine > physical memory addresses of gathers. > > Signed-off-by: Mikko Perttunen > --- > drivers/gpu/drm/tegra/gem.c | 2 ++ > 1 file

[PATCH 4/4] drm/tegra: Set sgt pointer in BO pin

2016-11-08 Thread Mikko Perttunen
Fix tegra_bo_pin to set the parameter sgt pointer. Host1x job pinning requires the sgt to determine physical memory addresses of gathers. Signed-off-by: Mikko Perttunen --- drivers/gpu/drm/tegra/gem.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/tegra/gem.c b/drivers/gpu