[PATCH] drm/amdgpu: set snooped flags only on system addresses v2

2015-12-04 Thread Christian König
From: Christian König Not necessary for VRAM. v2: no need to check if ttm is NULL. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c b/drivers/gpu/drm

[PATCH] drm/amdgpu: set snooped flags only on system addresses v2

2015-12-04 Thread Alex Deucher
On Fri, Dec 4, 2015 at 7:32 AM, Christian König wrote: > From: Christian König > > Not necessary for VRAM. > > v2: no need to check if ttm is NULL. > > Signed-off-by: Christian König Applied the series. thanks! Alex > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 7 --- > 1 file c