[PATCH] drm/radeon: also try GART for CPU accessed buffers

2014-05-06 Thread Christian König
From: Christian K?nig Placing them exclusively into VRAM might not work all the time. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=78297 Signed-off-by: Christian K?nig Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/radeon_object.c | 38 -- 1 fi

[PATCH] drm/radeon: also try GART for CPU accessed buffers

2014-05-06 Thread Alex Deucher
On Tue, May 6, 2014 at 12:35 PM, Christian K?nig wrote: > From: Christian K?nig > > Placing them exclusively into VRAM might not work all the time. > > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=78297 > > Signed-off-by: Christian K?nig > Cc: stable at vger.kernel.org Reviewed-by: Alex