Lines Matching refs:reset_context
2673 struct amdgpu_reset_context reset_context; in amdgpu_ras_do_recovery() local
2674 memset(&reset_context, 0, sizeof(reset_context)); in amdgpu_ras_do_recovery()
2676 reset_context.method = AMD_RESET_METHOD_NONE; in amdgpu_ras_do_recovery()
2677 reset_context.reset_req_dev = adev; in amdgpu_ras_do_recovery()
2678 reset_context.src = AMDGPU_RESET_SRC_RAS; in amdgpu_ras_do_recovery()
2679 set_bit(AMDGPU_SKIP_COREDUMP, &reset_context.flags); in amdgpu_ras_do_recovery()
2683 set_bit(AMDGPU_NEED_FULL_RESET, &reset_context.flags); in amdgpu_ras_do_recovery()
2685 clear_bit(AMDGPU_NEED_FULL_RESET, &reset_context.flags); in amdgpu_ras_do_recovery()
2689 reset_context.method = AMD_RESET_METHOD_MODE2; in amdgpu_ras_do_recovery()
2697 set_bit(AMDGPU_NEED_FULL_RESET, &reset_context.flags); in amdgpu_ras_do_recovery()
2703 amdgpu_device_gpu_recover(ras->adev, NULL, &reset_context); in amdgpu_ras_do_recovery()