1. 17 1月, 2014 3 次提交
  2. 05 12月, 2013 2 次提交
  3. 18 11月, 2013 3 次提交
  4. 13 11月, 2013 1 次提交
  5. 16 10月, 2013 1 次提交
  6. 25 7月, 2013 1 次提交
    • D
      drm/ttm: convert to unified vma offset manager · 72525b3f
      David Herrmann 提交于
      Use the new vma-manager infrastructure. This doesn't change any
      implementation details as the vma-offset-manager is nearly copied 1-to-1
      from TTM.
      
      The vm_lock is moved into the offset manager so we can drop it from TTM.
      During lookup, we use the vma locking helpers to take a reference to the
      found object.
      In all other scenarios, locking stays the same as before. We always
      guarantee that drm_vma_offset_remove() is called only during destruction.
      Hence, helpers like drm_vma_node_offset_addr() are always safe as long as
      the node has a valid offset.
      
      This also drops the addr_space_offset member as it is a copy of vm_start
      in vma_node objects. Use the accessor functions instead.
      
      v4:
       - remove vm_lock
       - use drm_vma_offset_lock_lookup() to protect lookup (instead of vm_lock)
      
      Cc: Dave Airlie <airlied@redhat.com>
      Cc: Ben Skeggs <bskeggs@redhat.com>
      Cc: Maarten Lankhorst <maarten.lankhorst@canonical.com>
      Cc: Martin Peres <martin.peres@labri.fr>
      Cc: Alex Deucher <alexander.deucher@amd.com>
      Cc: Thomas Hellstrom <thellstrom@vmware.com>
      Signed-off-by: NDavid Herrmann <dh.herrmann@gmail.com>
      Reviewed-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      Signed-off-by: NDave Airlie <airlied@gmail.com>
      72525b3f
  7. 28 6月, 2013 2 次提交
  8. 28 2月, 2013 1 次提交
  9. 15 1月, 2013 1 次提交
  10. 10 12月, 2012 1 次提交
    • M
      drm/ttm: remove no_wait_reserve, v3 · 97a875cb
      Maarten Lankhorst 提交于
      All items on the lru list are always reservable, so this is a stupid
      thing to keep. Not only that, it is used in a way which would
      guarantee deadlocks if it were ever to be set to block on reserve.
      
      This is a lot of churn, but mostly because of the removal of the
      argument which can be nested arbitrarily deeply in many places.
      
      No change of code in this patch except removal of the no_wait_reserve
      argument, the previous patch removed the use of no_wait_reserve.
      
      v2:
       - Warn if -EBUSY is returned on reservation, all objects on the list
         should be reservable. Adjusted patch slightly due to conflicts.
      v3:
       - Focus on no_wait_reserve removal only.
      Signed-off-by: NMaarten Lankhorst <maarten.lankhorst@canonical.com>
      Reviewed-by: NThomas Hellstrom <thellstrom@vmware.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      97a875cb
  11. 28 11月, 2012 1 次提交
  12. 21 11月, 2012 2 次提交
  13. 20 11月, 2012 3 次提交
  14. 03 10月, 2012 1 次提交
  15. 13 9月, 2012 1 次提交
  16. 23 5月, 2012 1 次提交
  17. 19 12月, 2011 1 次提交
  18. 06 12月, 2011 1 次提交
  19. 18 10月, 2011 1 次提交
  20. 10 10月, 2011 1 次提交
  21. 05 10月, 2011 3 次提交
  22. 06 9月, 2011 1 次提交
  23. 01 9月, 2011 2 次提交
  24. 26 7月, 2011 1 次提交
  25. 18 11月, 2010 1 次提交
  26. 27 10月, 2010 1 次提交
  27. 01 10月, 2010 1 次提交
  28. 17 6月, 2010 1 次提交