1. 18 9月, 2020 4 次提交
  2. 16 9月, 2020 3 次提交
  3. 15 9月, 2020 1 次提交
  4. 11 9月, 2020 2 次提交
  5. 09 9月, 2020 4 次提交
  6. 08 9月, 2020 2 次提交
  7. 03 9月, 2020 1 次提交
  8. 24 8月, 2020 1 次提交
  9. 12 8月, 2020 1 次提交
  10. 06 8月, 2020 2 次提交
  11. 31 7月, 2020 4 次提交
  12. 24 7月, 2020 3 次提交
  13. 21 7月, 2020 4 次提交
  14. 26 6月, 2020 1 次提交
  15. 07 4月, 2020 1 次提交
  16. 16 1月, 2020 1 次提交
  17. 15 1月, 2020 1 次提交
    • J
      drm/nouveau: Fix ttm move init with multiple GPUs · 72ecb0a6
      James Jones 提交于
      The pointer used to walk the table of move ops
      and pick the right one for the current GPU was
      declared static, meaning its state was carried
      over between invocations of the function, and also
      made the function non-rentrant and thread-unsafe.
      Since the table is ordered such that newer GPU
      methods are listed first, the result of this was
      that initializing newer GPUs after older GPUs
      would result in no suitable ttm move acceleration
      operations being found, and ttm would fall back
      to CPU blits on the older GPUs.
      
      This change declares the walking pointer
      separately from the table and makes it non-static
      to fix the logic.
      Signed-off-by: NJames Jones <jajones@nvidia.com>
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      72ecb0a6
  18. 17 9月, 2019 2 次提交
  19. 21 8月, 2019 1 次提交
  20. 13 8月, 2019 1 次提交