[PATCH] drm/radeon: fix handling of radeon_vm_bo_rmv v3

2014-07-18 Thread Michel Dänzer
On 18.07.2014 15:56, Christian K?nig wrote: > From: Christian K?nig > > v3: completely rewritten. We now just remember which areas > of the PT to clear and do so on the next command submission. > > Bug: https://bugs.freedesktop.org/show_bug.cgi?id=79980 > > Signed-off-by: Christian K?nig

[PATCH] drm/radeon: fix handling of radeon_vm_bo_rmv v3

2014-07-18 Thread Christian König
Am 18.07.2014 11:44, schrieb Michel D?nzer: > On 18.07.2014 15:56, Christian K?nig wrote: >> From: Christian K?nig >> >> v3: completely rewritten. We now just remember which areas >> of the PT to clear and do so on the next command submission. >> >> Bug: https://bugs.freedesktop.org/show_bug.

[PATCH] drm/radeon: fix handling of radeon_vm_bo_rmv v3

2014-07-18 Thread Alex Deucher
On Fri, Jul 18, 2014 at 2:56 AM, Christian K?nig wrote: > From: Christian K?nig > > v3: completely rewritten. We now just remember which areas > of the PT to clear and do so on the next command submission. > > Bug: https://bugs.freedesktop.org/show_bug.cgi?id=79980 > > Signed-off-by: Christia

[PATCH] drm/radeon: fix handling of radeon_vm_bo_rmv v3

2014-07-18 Thread Christian König
From: Christian K?nig v3: completely rewritten. We now just remember which areas of the PT to clear and do so on the next command submission. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=79980 Signed-off-by: Christian K?nig --- drivers/gpu/drm/radeon/radeon.h| 13 -- drivers/