diff options
author | Dave Airlie <airlied@linux.ie> | 2007-11-15 13:29:55 +1100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-11-15 13:29:55 +1100 |
commit | 2eee33ace5b647153a7cf20990efd12313cc8472 (patch) | |
tree | 391d64710681cabfa1a3f32502680b0fc27bcce8 /shared-core | |
parent | 46235ea4595152d8dd5f016c18c6845a77db30b0 (diff) |
intel: add flushing for i8xx chipsets.
Add a nut vs hammer style chipset flush for the i8xx chipsets - reenable TTM
code paths
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/i915_dma.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shared-core/i915_dma.c b/shared-core/i915_dma.c index 5bc3c490..4d77dfcf 100644 --- a/shared-core/i915_dma.c +++ b/shared-core/i915_dma.c @@ -1402,8 +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)) - drm_bo_driver_init(dev); + drm_bo_driver_init(dev); #endif return 0; } |