1. 11 11月, 2008 1 次提交
    • E
      i915: Remove racy delayed vblank swap ioctl. · bd95e0a4
      Eric Anholt 提交于
      When userland detected that this ioctl was supported (by version number check),
      it used it in a racy way -- dispatch delayed swap, wait for vblank, continue
      rendering. As there was no mechanism for it to wait for the swap to finish,
      sometimes it would render before the swap and garbage would be displayed on
      the screen.
      
      By removing the ioctl and returning -EINVAL, userland returns to its previous,
      correct rendering path of waiting for a vblank then dispatching a swap.  The
      only path that could have used this ioctl correctly was page flipping, which
      relied on only one client running and emitting wait-for-vblank-before-rendering
      in the command stream.  That path also falls back correctly, at the performance
      cost of not being able to queue up rendering before the flip occurs.
      Signed-off-by: NEric Anholt <eric@anholt.net>
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      bd95e0a4
  2. 23 10月, 2008 5 次提交
  3. 18 10月, 2008 8 次提交
  4. 14 7月, 2008 1 次提交
    • D
      drm: reorganise drm tree to be more future proof. · c0e09200
      Dave Airlie 提交于
      With the coming of kernel based modesetting and the memory manager stuff,
      the everything in one directory approach was getting very ugly and
      starting to be unmanageable.
      
      This restructures the drm along the lines of other kernel components.
      
      It creates a drivers/gpu/drm directory and moves the hw drivers into
      subdirectores. It moves the includes into an include/drm, and
      sets up the unifdef for the userspace headers we should be exporting.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      c0e09200
  5. 03 7月, 2008 1 次提交
  6. 07 5月, 2008 1 次提交
  7. 26 4月, 2008 3 次提交
  8. 07 2月, 2008 3 次提交
  9. 15 10月, 2007 4 次提交
  10. 28 9月, 2007 1 次提交
  11. 11 7月, 2007 2 次提交
  12. 26 5月, 2007 1 次提交
  13. 08 1月, 2007 1 次提交
  14. 11 12月, 2006 1 次提交
  15. 07 12月, 2006 7 次提交