On Mon, Mar 23, 2015 at 07:11:34PM +0200, Imre Deak wrote: > When disabling RPS interrupts there is a race where we disable RPS > inerrupts while the interrupt handler is running and the handler has > already latched the pending RPS interrupt from the master IIR register. > Afterwards the disabling path clears the PM IIR bits, making the state > of pending interrupts inconsistent from the interrupt handler's point of > view. This triggers the following warning: "The master control interrupt > lied (PM)!". > > To fix this make sure that any running interrupt handler (which may > have already latched the master IIR) finishes before clearing the IIR > bits. > Isn't this overkill for what is just a bogus WARN? If the WARN is a logical consequence of the code, let's just remove the WARN. Or iow can you not find a cheaper way to fix this? -Chris -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx