i915: oops disable TTM is backwards

main
Dave Airlie 2007-11-07 23:10:24 +10:00
parent 40fb079aeb
commit 47497abc1e
1 changed files with 1 additions and 1 deletions

View File

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