1. 28 8月, 2015 36 次提交
  2. 14 8月, 2015 1 次提交
  3. 27 7月, 2015 1 次提交
  4. 14 4月, 2015 1 次提交
  5. 17 3月, 2015 1 次提交
    • B
      drm/nouveau/fifo/nv04: remove the loop from the interrupt handler · adc346b1
      Ben Skeggs 提交于
      Complete bong hit (and not the last...), the hardware will reassert the
      interrupt to PMC if it's necessary.
      
      Also potentially harmful in the face of interrupts such as the non-stall
      interrupt, which remain active in NV_PFIFO_INTR even when we don't care
      about servicing it.
      
      It appears (hopefully, fdo#87244), that under certain loads, the methods
      may pass quickly enough to hit the "100 spins and kill PFIFO" thing that
      we had going on.  Not ideal ;)
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      adc346b1