1. 13 9月, 2017 7 次提交
  2. 01 9月, 2017 1 次提交
  3. 30 8月, 2017 1 次提交
  4. 18 8月, 2017 4 次提交
  5. 16 8月, 2017 8 次提交
  6. 26 7月, 2017 1 次提交
  7. 14 7月, 2017 15 次提交
  8. 30 6月, 2017 2 次提交
  9. 20 6月, 2017 1 次提交
    • A
      drm/amdgpu: Optimize mutex usage (v4) · 5ac55629
      Alex Xie 提交于
      In original function amdgpu_bo_list_get, the waiting
      for result->lock can be quite long while mutex
      bo_list_lock was holding. It can make other tasks
      waiting for bo_list_lock for long period.
      
      Secondly, this patch allows several tasks(readers of idr)
      to proceed at the same time.
      
      v2: use rcu and kref (Dave Airlie and Christian König)
      v3: update v1 commit message (Michel Dänzer)
      v4: rebase on upstream (Alex Deucher)
      Signed-off-by: NAlex Xie <AlexBin.Xie@amd.com>
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      5ac55629