1. 07 11月, 2019 1 次提交
  2. 12 10月, 2019 1 次提交
  3. 03 10月, 2019 1 次提交
  4. 18 9月, 2019 1 次提交
  5. 06 8月, 2019 1 次提交
  6. 19 7月, 2019 3 次提交
  7. 02 7月, 2019 1 次提交
  8. 22 6月, 2019 1 次提交
  9. 21 6月, 2019 1 次提交
  10. 11 6月, 2019 1 次提交
  11. 06 6月, 2019 1 次提交
    • A
      drm/amdgpu: fix a race in GPU reset with IB test (v2) · beff74bc
      Alex Deucher 提交于
      Split late_init into two functions, one (do_late_init) which
      just does the hw init, and late_init which calls do_late_init
      and schedules the IB test work.  Call do_late_init in
      the GPU reset code to run the init code, but not schedule
      the IB test code.  The IB test code is called directly
      in the gpu reset code so no need to run the IB tests
      in a separate work thread.  If we do, we end up racing.
      
      v2: Rework late_init.  Pull out the mgpu fan boost and xgmi
      pstate code into late_init so they get called in all cases.
      rename the late_init worker thread to delayed work since it's
      just the IB tests now which can happen later.  Schedule the
      work at init and resume time.  It's not needed at reset time
      because the IB tests are called directly.
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      Cc: Xinhui Pan <xinhui.pan@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      beff74bc
  12. 25 5月, 2019 1 次提交
  13. 11 4月, 2019 1 次提交
  14. 20 3月, 2019 3 次提交
  15. 20 2月, 2019 1 次提交
  16. 14 2月, 2019 1 次提交
  17. 01 12月, 2018 2 次提交
  18. 06 11月, 2018 3 次提交
  19. 10 10月, 2018 1 次提交
  20. 20 9月, 2018 1 次提交
  21. 14 9月, 2018 3 次提交
  22. 11 9月, 2018 1 次提交
  23. 28 8月, 2018 5 次提交
  24. 01 8月, 2018 1 次提交
  25. 27 7月, 2018 1 次提交
  26. 26 7月, 2018 2 次提交