1. 10 12月, 2005 5 次提交
  2. 01 12月, 2005 3 次提交
  3. 30 11月, 2005 7 次提交
  4. 29 11月, 2005 3 次提交
  5. 28 11月, 2005 3 次提交
  6. 26 11月, 2005 7 次提交
  7. 25 11月, 2005 11 次提交
  8. 24 11月, 2005 1 次提交
    • D
      drm: fix quiescent locking · cf65f162
      Dave Airlie 提交于
      A fix for a locking bug which is triggered when a client tries to lock with
      flag DMA_QUIESCENT (typically the X server), but gets interrupted by a signal.
      The locking IOCTL should then return an error, but if DMA_QUIESCENT succeeds
      it returns 0, and the client falsely thinks it has the lock. In addition
      The client waits for DMA_QUISCENT and possibly DMA_READY without having the lock.
      
      From: Thomas Hellstrom
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      cf65f162