1. 09 Nov, 2015 7 commits
  2. 05 Nov, 2015 9 commits
  3. 04 Nov, 2015 2 commits
  4. 02 Nov, 2015 5 commits
  5. 31 Oct, 2015 2 commits
  6. 29 Oct, 2015 1 commit
  7. 28 Oct, 2015 6 commits
  8. 26 Oct, 2015 6 commits
  9. 23 Oct, 2015 2 commits
    • Tomas Elf's avatar
      drm/i915: Cope with request list state change during error state capture · 9c8e1bdb
      Tomas Elf authored
      Since we're not synchronizing the ring request list during error state capture
      the request list state might change between the time the corresponding error
      request list was allocated and dimensioned to the time when the ring request
      list is actually captured into the error state. If this happens then do an
      early exit and be aware that the captured error state might not be fully
      reliable.
      
      * v2:
      - Chris Wilson: Removed WARN_ON from size check since having the error state
        request list and the live driver request list diverge like this is a
        legitimate behaviour.
      
      - Tomas Elf: Removed update of num_request field since this made no sense. Just
        exit and move on.
      
      * v3:
      - Chris Wilson: Removed error message at the point of early exit. The user is
        not interested in any state changes happening during the error state capture,
        only in the state that we're trying to capture at the point of the error.
      Signed-off-by: default avatarTomas Elf <tomas.elf@intel.com>
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      9c8e1bdb
    • Daniel Vetter's avatar
      Revert "drm/i915: Add soft-pinning API for execbuffer" · bfd7bbdd
      Daniel Vetter authored
      This reverts commit 51056723.
      
      I somehow managed to combine a patch from Tomas Elf with a totally
      unrelated commit message from Chris Wilson. Let's revert this and
      reapply properly.
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
      bfd7bbdd