radeon: enable buffer manager

main
Dave Airlie 2007-04-01 19:09:00 +10:00
parent b1f0b2d960
commit bdc5a8b62e
1 changed files with 3 additions and 0 deletions

View File

@ -2244,6 +2244,9 @@ int radeon_driver_firstopen(struct drm_device *dev)
if (ret != 0)
return ret;
#ifdef RADEON_HAVE_BUFFER
drm_bo_driver_init(dev);
#endif
return 0;
}