1. 28 Mar, 2015 1 commit
  2. 03 Oct, 2014 1 commit
  3. 01 Sep, 2014 1 commit
    • Maarten Lankhorst's avatar
      drm/radeon: use common fence implementation for fences, v4 · 954605ca
      Maarten Lankhorst authored
      
      Changes since v1:
      - Kill the sw interrupt dance, add and use
        radeon_irq_kms_sw_irq_get_delayed instead.
      - Change custom wait function, lockdep complained about it.
        Holding exclusive_lock in the wait function might cause deadlocks.
        Instead do all the processing in .enable_signaling, and wait
        on the global fence_queue to pick up gpu resets.
      - Process all fences in radeon_gpu_reset after reset to close a race
        with the trylock in enable_signaling.
      Changes since v2:
      - Small changes to work with the rewritten lockup recovery patches.
      Changes since v3:
      - Call radeon_fence_schedule_check when exclusive_lock cannot be
        acquired to always cause a wake up.
      - Reset irqs from hangup check.
      - Drop reading seqno in the callback, use cached value.
      - Fix indentation in radeon_fence_default_wait
      - Add a radeon_test_signaled function, drop a few test_bit calls.
      - Make to_radeon_fence global.
      Signed-off-by: default avatarMaarten Lankhorst <maarten.lankhorst@canonical.com>
      Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
      954605ca
  4. 27 Aug, 2014 5 commits
  5. 10 Jun, 2014 1 commit
  6. 28 Feb, 2014 1 commit
  7. 29 Jan, 2014 1 commit
  8. 24 Dec, 2013 1 commit
  9. 15 Nov, 2013 1 commit
  10. 06 Nov, 2013 1 commit
  11. 01 Nov, 2013 1 commit
  12. 07 Aug, 2013 1 commit
  13. 14 Jul, 2013 1 commit
  14. 12 Jun, 2013 1 commit
  15. 02 May, 2013 1 commit
  16. 22 Apr, 2013 1 commit
  17. 09 Apr, 2013 1 commit
  18. 19 Dec, 2012 2 commits
  19. 12 Dec, 2012 1 commit
  20. 02 Oct, 2012 2 commits
  21. 20 Sep, 2012 1 commit
  22. 13 Sep, 2012 1 commit
  23. 18 Jul, 2012 2 commits
  24. 17 Jul, 2012 3 commits
  25. 21 Jun, 2012 2 commits
  26. 09 May, 2012 5 commits