1. 08 12月, 2017 2 次提交
  2. 07 12月, 2017 2 次提交
  3. 05 12月, 2017 1 次提交
  4. 29 11月, 2017 1 次提交
  5. 20 10月, 2017 2 次提交
  6. 07 10月, 2017 1 次提交
  7. 29 9月, 2017 1 次提交
  8. 27 9月, 2017 6 次提交
  9. 01 9月, 2017 1 次提交
  10. 30 8月, 2017 2 次提交
  11. 24 8月, 2017 2 次提交
  12. 18 8月, 2017 2 次提交
  13. 29 7月, 2017 1 次提交
  14. 14 7月, 2017 6 次提交
  15. 05 7月, 2017 1 次提交
  16. 30 6月, 2017 1 次提交
  17. 20 6月, 2017 3 次提交
  18. 17 6月, 2017 1 次提交
    • D
      amdgpu: use drm sync objects for shared semaphores (v6) · 660e8558
      Dave Airlie 提交于
      This creates a new command submission chunk for amdgpu
      to add in and out sync objects around the submission.
      
      Sync objects are managed via the drm syncobj ioctls.
      
      The command submission interface is enhanced with two new
      chunks, one for syncobj pre submission dependencies,
      and one for post submission sync obj signalling,
      and just takes a list of handles for each.
      
      This is based on work originally done by David Zhou at AMD,
      with input from Christian Konig on what things should look like.
      
      In theory VkFences could be backed with sync objects and
      just get passed into the cs as syncobj handles as well.
      
      NOTE: this interface addition needs a version bump to expose
      it to userspace.
      
      TODO: update to dep_sync when rebasing onto amdgpu master.
      (with this - r-b from Christian)
      
      v1.1: keep file reference on import.
      v2: move to using syncobjs
      v2.1: change some APIs to just use p pointer.
      v3: make more robust against CS failures, we now add the
      wait sems but only remove them once the CS job has been
      submitted.
      v4: rewrite names of API and base on new syncobj code.
      v5: move post deps earlier, rename some apis
      v6: lookup post deps earlier, and just replace fences
      in post deps stage (Christian)
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      660e8558
  19. 09 6月, 2017 1 次提交
  20. 08 6月, 2017 3 次提交