Re: [Intel-gfx] [PATCH] drm/i915: don't call modeset_init_hw in i915_reset

2012-06-20 Thread Daniel Vetter
On Tue, Jun 19, 2012 at 06:40:00PM +0200, Daniel Vetter wrote: > It seems to blow up my ilk in all kinds of strange ways. And now that > we're no longer resetting the entire modeset state, it shouldn't be > necessary any longer. > > This essentially reverts > > commit f817586cebf1b946d1f327f9a596

[Intel-gfx] [PATCH] drm/i915: don't call modeset_init_hw in i915_reset

2012-06-19 Thread Daniel Vetter
It seems to blow up my ilk in all kinds of strange ways. And now that we're no longer resetting the entire modeset state, it shouldn't be necessary any longer. This essentially reverts commit f817586cebf1b946d1f327f9a596048efd6b64e9 Author: Daniel Vetter Date: Tue Apr 10 15:50:11 2012 +0200