Subversion Repositories Kolibri OS

Rev

Rev 2997 | Rev 3764 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2997 Rev 3192
Line 1246... Line 1246...
1246
void radeon_vm_bo_invalidate(struct radeon_device *rdev,
1246
void radeon_vm_bo_invalidate(struct radeon_device *rdev,
1247
			     struct radeon_bo *bo)
1247
			     struct radeon_bo *bo)
1248
{
1248
{
1249
	struct radeon_bo_va *bo_va;
1249
	struct radeon_bo_va *bo_va;
Line 1250... Line -...
1250
 
-
 
1251
	BUG_ON(!atomic_read(&bo->tbo.reserved));
1250
 
1252
	list_for_each_entry(bo_va, &bo->va, bo_list) {
1251
	list_for_each_entry(bo_va, &bo->va, bo_list) {
1253
		bo_va->valid = false;
1252
		bo_va->valid = false;
1254
	}
1253
	}