1. 07 11月, 2016 1 次提交
    • Z
      drm/i915/gvt: Fix workload status after wait · 9b172345
      Zhenyu Wang 提交于
      From commit e95433c7, workload status setting
      was changed to only capture on error path, but we need to set it properly in
      normal path too, otherwise we'll fail to complete workload which could lead
      guest VM vGPU reset.
      
      v2: uses braces and add Fixes tag.
      
      Fixes: e95433c7 ("drm/i915: Rearrange i915_wait_request() accounting with callers")
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Signed-off-by: NZhenyu Wang <zhenyuw@linux.intel.com>
      9b172345
  2. 29 10月, 2016 1 次提交
  3. 27 10月, 2016 1 次提交
    • D
      drm/i915/gvt: fix nested sleeping issue · e45d7b7f
      Du, Changbin 提交于
      We cannot use blocking method mutex_lock inside a wait loop.
      Here we invoke pick_next_workload() which needs acquire a
      mutex in our "condition" experssion. Then we go into a another
      of the going-to-sleep sequence and changing the task state.
      This is a dangerous. Let's rewrite the wait sequence to avoid
      nested sleeping.
      
      v2: fix do...while loop exit condition (zhenyu)
      v3: rebase to gvt-staging branch
      Signed-off-by: NDu, Changbin <changbin.du@intel.com>
      Signed-off-by: NZhenyu Wang <zhenyuw@linux.intel.com>
      e45d7b7f
  4. 20 10月, 2016 6 次提交
  5. 18 10月, 2016 1 次提交
  6. 14 10月, 2016 3 次提交