[PATCH 2/2] drm/radeon: implement dynamic PTs allocation via SA
Dmitry Cherkassov
dcherkassov at gmail.com
Tue Sep 25 09:09:59 PDT 2012
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
More information about the dri-devel
mailing list