Searched refs:amdgpu_reset_method (Results 1 – 6 of 6) sorted by relevance
405 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in soc21_asic_reset_method()406 amdgpu_reset_method == AMD_RESET_METHOD_MODE2 || in soc21_asic_reset_method()407 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in soc21_asic_reset_method()408 return amdgpu_reset_method; in soc21_asic_reset_method()410 if (amdgpu_reset_method != -1) in soc21_asic_reset_method()412 amdgpu_reset_method); in soc21_asic_reset_method()
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()
43 return amdgpu_reset_method == AMD_RESET_METHOD_MODE2; in sienna_cichlid_is_mode2_default()
234 int amdgpu_reset_method = -1; /* auto */ variable968 module_param_named_unsafe(reset_method, amdgpu_reset_method, int, 0644);
2285 if (amdgpu_reset_method < -1 || amdgpu_reset_method > 4) { in amdgpu_device_check_arguments()2287 amdgpu_reset_method = -1; in amdgpu_device_check_arguments()4657 tmp = amdgpu_reset_method; in amdgpu_device_init()4661 amdgpu_reset_method = AMD_RESET_METHOD_NONE; in amdgpu_device_init()4663 amdgpu_reset_method = tmp; in amdgpu_device_init()
247 extern int amdgpu_reset_method;