i915: disable TTM on 8xx chips for now until flushing is solved

main
Dave Airlie 2007-11-06 18:13:46 +11:00
parent 349eebd567
commit 9280076b67
1 changed files with 2 additions and 1 deletions

View File

@ -1402,7 +1402,8 @@ int i915_driver_device_is_agp(struct drm_device * dev)
int i915_driver_firstopen(struct drm_device *dev)
{
#ifdef I915_HAVE_BUFFER
drm_bo_driver_init(dev);
if (!IS_I9XX(dev))
drm_bo_driver_init(dev);
#endif
return 0;
}