1. 08 1月, 2020 2 次提交
  2. 23 11月, 2019 1 次提交
  3. 21 11月, 2019 1 次提交
  4. 07 11月, 2019 2 次提交
  5. 28 10月, 2019 3 次提交
  6. 26 10月, 2019 1 次提交
  7. 18 10月, 2019 1 次提交
  8. 16 10月, 2019 3 次提交
  9. 12 10月, 2019 1 次提交
  10. 08 10月, 2019 1 次提交
  11. 03 10月, 2019 10 次提交
  12. 18 9月, 2019 3 次提交
  13. 16 9月, 2019 2 次提交
  14. 14 9月, 2019 1 次提交
    • A
      drm/amdgpu: Avoid HW GPU reset for RAS. · 7c6e68c7
      Andrey Grodzovsky 提交于
      Problem:
      Under certain conditions, when some IP bocks take a RAS error,
      we can get into a situation where a GPU reset is not possible
      due to issues in RAS in SMU/PSP.
      
      Temporary fix until proper solution in PSP/SMU is ready:
      When uncorrectable error happens the DF will unconditionally
      broadcast error event packets to all its clients/slave upon
      receiving fatal error event and freeze all its outbound queues,
      err_event_athub interrupt  will be triggered.
      In such case and we use this interrupt
      to issue GPU reset. THe GPU reset code is modified for such case to avoid HW
      reset, only stops schedulers, deatches all in progress and not yet scheduled
      job's fences, set error code on them and signals.
      Also reject any new incoming job submissions from user space.
      All this is done to notify the applications of the problem.
      
      v2:
      Extract amdgpu_amdkfd_pre/post_reset from amdgpu_device_lock/unlock_adev
      Move amdgpu_job_stop_all_jobs_on_sched to amdgpu_job.c
      Remove print param from amdgpu_ras_query_error_count
      
      v3:
      Update based on prevoius bug fixing patch to properly call amdgpu_amdkfd_pre_reset
      for other XGMI hive memebers.
      Signed-off-by: NAndrey Grodzovsky <andrey.grodzovsky@amd.com>
      Acked-by: NFelix Kuehling <Felix.Kuehling@amd.com>
      Reviewed-by: NHawking Zhang <Hawking.Zhang@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      7c6e68c7
  15. 23 8月, 2019 2 次提交
  16. 22 8月, 2019 1 次提交
  17. 20 8月, 2019 1 次提交
  18. 13 8月, 2019 4 次提交