1. 09 11月, 2017 1 次提交
  2. 17 10月, 2017 1 次提交
  3. 10 10月, 2017 4 次提交
  4. 07 10月, 2017 3 次提交
  5. 18 8月, 2017 1 次提交
    • C
      drm/i915: Replace execbuf vma ht with an idr · d1b48c1e
      Chris Wilson 提交于
      This was the competing idea long ago, but it was only with the rewrite
      of the idr as an radixtree and using the radixtree directly ourselves,
      along with the realisation that we can store the vma directly in the
      radixtree and only need a list for the reverse mapping, that made the
      patch performant enough to displace using a hashtable. Though the vma ht
      is fast and doesn't require any extra allocation (as we can embed the node
      inside the vma), it does require a thread for resizing and serialization
      and will have the occasional slow lookup. That is hairy enough to
      investigate alternatives and favour them if equivalent in peak performance.
      One advantage of allocating an indirection entry is that we can support a
      single shared bo between many clients, something that was done on a
      first-come first-serve basis for shared GGTT vma previously. To offset
      the extra allocations, we create yet another kmem_cache for them.
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      Reviewed-by: NTvrtko Ursulin <tvrtko.ursulin@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20170816085210.4199-5-chris@chris-wilson.co.uk
      d1b48c1e
  6. 26 6月, 2017 1 次提交
  7. 21 6月, 2017 2 次提交
  8. 16 6月, 2017 5 次提交
  9. 15 6月, 2017 1 次提交
  10. 09 3月, 2017 1 次提交
  11. 27 2月, 2017 1 次提交
  12. 26 2月, 2017 1 次提交
  13. 15 2月, 2017 1 次提交
  14. 14 2月, 2017 2 次提交
  15. 09 2月, 2017 1 次提交
  16. 26 1月, 2017 1 次提交
  17. 25 1月, 2017 1 次提交
  18. 23 1月, 2017 1 次提交
  19. 21 1月, 2017 4 次提交
  20. 19 1月, 2017 4 次提交
  21. 15 1月, 2017 1 次提交
  22. 14 1月, 2017 1 次提交
  23. 11 1月, 2017 1 次提交