|
@@ -1924,9 +1924,6 @@ void i915_reset(struct drm_i915_private *i915, unsigned int flags)
|
|
goto taint;
|
|
goto taint;
|
|
}
|
|
}
|
|
|
|
|
|
- i915_gem_reset(i915);
|
|
|
|
- intel_overlay_reset(i915);
|
|
|
|
-
|
|
|
|
/* Ok, now get things going again... */
|
|
/* Ok, now get things going again... */
|
|
|
|
|
|
/*
|
|
/*
|
|
@@ -1939,6 +1936,9 @@ void i915_reset(struct drm_i915_private *i915, unsigned int flags)
|
|
goto error;
|
|
goto error;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ i915_gem_reset(i915);
|
|
|
|
+ intel_overlay_reset(i915);
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Next we need to restore the context, but we don't use those
|
|
* Next we need to restore the context, but we don't use those
|
|
* yet either...
|
|
* yet either...
|