Searched refs:amdgpu_reset_method (Results 1 – 4 of 4) sorted by relevance
536 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in soc15_asic_reset_method()537 amdgpu_reset_method == AMD_RESET_METHOD_MODE2 || in soc15_asic_reset_method()538 amdgpu_reset_method == AMD_RESET_METHOD_BACO || in soc15_asic_reset_method()539 amdgpu_reset_method == AMD_RESET_METHOD_PCI) { in soc15_asic_reset_method()543 return amdgpu_reset_method; in soc15_asic_reset_method()546 if (amdgpu_reset_method != -1) in soc15_asic_reset_method()548 amdgpu_reset_method); in soc15_asic_reset_method()
234 int amdgpu_reset_method = -1; /* auto */ variable968 module_param_named_unsafe(reset_method, amdgpu_reset_method, int, 0644);
2151 if (amdgpu_reset_method < -1 || amdgpu_reset_method > 4) { in amdgpu_device_check_arguments()2153 amdgpu_reset_method = -1; in amdgpu_device_check_arguments()4813 tmp = amdgpu_reset_method; in amdgpu_device_init()4817 amdgpu_reset_method = AMD_RESET_METHOD_NONE; in amdgpu_device_init()4819 amdgpu_reset_method = tmp; in amdgpu_device_init()
252 extern int amdgpu_reset_method;