On Tue, Mar 05, 2013 at 09:50:58AM +0100, Daniel Vetter wrote: > We need it to restore the ilk rc6 context, since the gpu wait no > requires interrupts. But in general having interrupts around should > help in code sanity, since more and more stuff is interrupt driven. > > This regression has been introduced in > > commit 3e9605018ab3e333d51cc90fccfde2031886763b > Author: Chris Wilson <[email protected]> > Date: Tue Nov 27 16:22:54 2012 +0000 > > drm/i915: Rearrange code to only have a single method for waiting upon > the ring
Not entirely, as we can also regard this as an oversight from fixing up the irq sequence during initialisation... :-p > > Like in the driver load code we need to make sure that hotplug > interrupts don't cause havoc with our modeset state, hence block them > with the existing infrastructure. Again we ignore races where we might > loose hotplug interrupts ... > > Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=54691 > Cc: [email protected] (for 3.8 only) > Cc: Chris Wilson <[email protected]> > Cc: Mika Kuoppala <[email protected]> > Reported-and-Tested-by: Ilya Tumaykin <[email protected]> > Signed-off-by: Daniel Vetter <[email protected]> Reviewed-by: Chris wilson <[email protected]> -Chris -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
