Lines Matching refs:reset_context
2679 struct amdgpu_reset_context reset_context; in amdgpu_ras_do_recovery() local
2680 memset(&reset_context, 0, sizeof(reset_context)); in amdgpu_ras_do_recovery()
2682 reset_context.method = AMD_RESET_METHOD_NONE; in amdgpu_ras_do_recovery()
2683 reset_context.reset_req_dev = adev; in amdgpu_ras_do_recovery()
2684 reset_context.src = AMDGPU_RESET_SRC_RAS; in amdgpu_ras_do_recovery()
2685 set_bit(AMDGPU_SKIP_COREDUMP, &reset_context.flags); in amdgpu_ras_do_recovery()
2689 set_bit(AMDGPU_NEED_FULL_RESET, &reset_context.flags); in amdgpu_ras_do_recovery()
2691 clear_bit(AMDGPU_NEED_FULL_RESET, &reset_context.flags); in amdgpu_ras_do_recovery()
2695 reset_context.method = AMD_RESET_METHOD_MODE2; in amdgpu_ras_do_recovery()
2703 set_bit(AMDGPU_NEED_FULL_RESET, &reset_context.flags); in amdgpu_ras_do_recovery()
2709 amdgpu_device_gpu_recover(ras->adev, NULL, &reset_context); in amdgpu_ras_do_recovery()