Searched refs:amdgpu_reset_method (Results 1 – 4 of 4) sorted by relevance
920 if (amdgpu_reset_method == AMD_RESET_METHOD_LEGACY || in vi_asic_reset_method()921 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in vi_asic_reset_method()922 return amdgpu_reset_method; in vi_asic_reset_method()924 if (amdgpu_reset_method != -1) in vi_asic_reset_method()926 amdgpu_reset_method); in vi_asic_reset_method()
2136 if (amdgpu_reset_method < -1 || amdgpu_reset_method > 4) { in amdgpu_device_check_arguments()2138 amdgpu_reset_method = -1; in amdgpu_device_check_arguments()4580 tmp = amdgpu_reset_method; in amdgpu_device_init()4584 amdgpu_reset_method = AMD_RESET_METHOD_NONE; in amdgpu_device_init()4586 amdgpu_reset_method = tmp; in amdgpu_device_init()
231 int amdgpu_reset_method = -1; /* auto */ variable970 module_param_named_unsafe(reset_method, amdgpu_reset_method, int, 0644);
251 extern int amdgpu_reset_method;