Re: [PATCH 2/2] drm/radeon: implement dynamic PTs allocation via SA

From: Dmitry Cherkassov
Date: Tue Sep 25 2012 - 12:09:52 EST


I've found introduced error in radeon_vm_free_pt, so will fix in next
version of this patch.

This one:

--- a/drivers/gpu/drm/radeon/radeon_gart.c
+++ b/drivers/gpu/drm/radeon/radeon_gart.c
@@ -505,15 +505,6 @@ static void radeon_vm_free_pt(struct radeon_device *rdev,
int driver_table_entries = (rdev->vm_manager.max_pfn >>
RADEON_VM_BLOCK_SIZE);

- if (vm->vm_pts->bo)
+ if (vm->vm_pts[i].bo)


--
With best regards,
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/