Re: [PATCH 02/11] drm/amdgpu: add amdgpu_gart_map function v2

2017-07-06 Thread Alex Deucher
On Mon, Jul 3, 2017 at 5:44 AM, Christian König wrote: > From: Christian König > > This allows us to write the mapped PTEs into > an IB instead of the table directly. > > v2: fix build with debugfs enabled, remove unused assignment > >

[PATCH 02/11] drm/amdgpu: add amdgpu_gart_map function v2

2017-07-03 Thread Christian König
From: Christian König This allows us to write the mapped PTEs into an IB instead of the table directly. v2: fix build with debugfs enabled, remove unused assignment Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu.h