i915: disable TTM on 8xx chips for now until flushing is solved
parent
349eebd567
commit
9280076b67
|
@ -1402,6 +1402,7 @@ int i915_driver_device_is_agp(struct drm_device * dev)
|
||||||
int i915_driver_firstopen(struct drm_device *dev)
|
int i915_driver_firstopen(struct drm_device *dev)
|
||||||
{
|
{
|
||||||
#ifdef I915_HAVE_BUFFER
|
#ifdef I915_HAVE_BUFFER
|
||||||
|
if (!IS_I9XX(dev))
|
||||||
drm_bo_driver_init(dev);
|
drm_bo_driver_init(dev);
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue