An error occurred fetching the project authors.
  1. 04 Dec, 2008 2 commits
  2. 26 Nov, 2008 1 commit
  3. 24 Nov, 2008 2 commits
  4. 11 Nov, 2008 3 commits
  5. 03 Nov, 2008 1 commit
  6. 31 Oct, 2008 1 commit
  7. 27 Oct, 2008 1 commit
  8. 23 Oct, 2008 1 commit
    • Keith Packard's avatar
      drm/i915: hold dev->struct_mutex and DRM lock during vblank ring operations · 9e44af79
      Keith Packard authored
      To synchronize clip lists with the X server, the DRM lock must be held while
      looking at drawable clip lists. To synchronize with other ring access, the
      ring mutex must be held while inserting commands into the ring.  Failure to
      do the first resulted in easy visual corruption when moving windows, and the
      second could have corrupted the ring with DRI2.
      
      Grabbing the DRM lock involves using the DRM tasklet mechanism, grabbing the
      ring mutex means potentially sleeping. Deal with both of these by always
      running the tasklet from a work handler.
      
      Also, protect from clip list changes since the vblank request was queued by
      making sure the window has at least one rectangle while looking inside,
      preventing oopses .
      Signed-off-by: default avatarKeith Packard <keithp@keithp.com>
      Signed-off-by: default avatarEric Anholt <eric@anholt.net>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      9e44af79
  9. 17 Oct, 2008 12 commits
  10. 14 Jul, 2008 1 commit
    • Dave Airlie's avatar
      drm: reorganise drm tree to be more future proof. · c0e09200
      Dave Airlie authored
      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: default avatarDave Airlie <airlied@redhat.com>
      c0e09200
  11. 20 Jun, 2008 1 commit
  12. 07 May, 2008 3 commits
  13. 30 Apr, 2008 1 commit
  14. 26 Apr, 2008 2 commits
  15. 06 Apr, 2008 1 commit
  16. 19 Feb, 2008 3 commits
  17. 07 Feb, 2008 4 commits