Subversion Repositories Kolibri OS

Rev

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

Rev 1125 Rev 1129
Line 210... Line 210...
210
		INIT_LIST_HEAD(&rdev->ib_pool.ibs[i].list);
210
		INIT_LIST_HEAD(&rdev->ib_pool.ibs[i].list);
211
	}
211
	}
212
	bitmap_zero(rdev->ib_pool.alloc_bm, RADEON_IB_POOL_SIZE);
212
	bitmap_zero(rdev->ib_pool.alloc_bm, RADEON_IB_POOL_SIZE);
213
	rdev->ib_pool.ready = true;
213
	rdev->ib_pool.ready = true;
214
	DRM_INFO("radeon: ib pool ready.\n");
214
	DRM_INFO("radeon: ib pool ready.\n");
215
//   if (radeon_debugfs_ib_init(rdev)) {
215
	if (radeon_debugfs_ib_init(rdev)) {
216
//       DRM_ERROR("Failed to register debugfs file for IB !\n");
216
		DRM_ERROR("Failed to register debugfs file for IB !\n");
217
//   }
217
	}
218
	return r;
218
	return r;
219
}
219
}
Line 220... Line 220...
220
 
220
 
221
void radeon_ib_pool_fini(struct radeon_device *rdev)
221
void radeon_ib_pool_fini(struct radeon_device *rdev)