1. 18 11月, 2015 2 次提交
  2. 26 10月, 2015 1 次提交
  3. 23 10月, 2015 1 次提交
  4. 21 10月, 2015 1 次提交
  5. 20 10月, 2015 2 次提交
  6. 13 10月, 2015 3 次提交
  7. 09 10月, 2015 1 次提交
    • T
      drm/i915: Early exit from semaphore_waits_for for execlist mode. · 381e8ae3
      Tomas Elf 提交于
      When submitting semaphores in execlist mode the hang checker crashes in this
      function because it is only runnable in ring submission mode. The reason this
      is of particular interest to the TDR patch series is because we use semaphores
      as a mean to induce hangs during testing (which is the recommended way to
      induce hangs for gen8+). It's not clear how this is supposed to work in
      execlist mode since:
      
      1. This function requires a ring buffer.
      
      2. Retrieving a ring buffer in execlist mode requires us to retrieve the
      corresponding context, which we get from a request.
      
      3. Retieving a request from the hang checker is not straight-forward since that
      requires us to grab the struct_mutex in order to synchronize against the
      request retirement thread.
      
      4. Grabbing the struct_mutex from the hang checker is nothing that we will do
      since that puts us at risk of deadlock since a hung thread might be holding the
      struct_mutex already.
      
      Therefore it's not obvious how we're supposed to deal with this. For now, we're
      doing an early exit from this function, which avoids any kernel panic situation
      when running our own internal TDR ULT.
      
      * v2: (Chris Wilson)
      Turned the execlist mode check into a ringbuffer NULL check to make it more
      submission mode agnostic and less of a layering violation.
      Signed-off-by: NTomas Elf <tomas.elf@intel.com>
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      381e8ae3
  8. 08 10月, 2015 2 次提交
  9. 30 9月, 2015 1 次提交
  10. 25 9月, 2015 2 次提交
  11. 23 9月, 2015 2 次提交
  12. 04 9月, 2015 1 次提交
  13. 02 9月, 2015 15 次提交
  14. 26 8月, 2015 1 次提交
  15. 15 8月, 2015 1 次提交
  16. 27 7月, 2015 1 次提交
  17. 22 7月, 2015 3 次提交