Searched refs:amdgpu_reset_method (Results 1 – 4 of 4) 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()
43 return amdgpu_reset_method == AMD_RESET_METHOD_MODE2; in sienna_cichlid_is_mode2_default()
1587 if (amdgpu_reset_method < -1 || amdgpu_reset_method > 4) { in amdgpu_device_check_arguments()1589 amdgpu_reset_method = -1; in amdgpu_device_check_arguments()3952 tmp = amdgpu_reset_method; in amdgpu_device_init()3956 amdgpu_reset_method = AMD_RESET_METHOD_NONE; in amdgpu_device_init()3958 amdgpu_reset_method = tmp; in amdgpu_device_init()
232 int amdgpu_reset_method = -1; /* auto */ variable946 module_param_named_unsafe(reset_method, amdgpu_reset_method, int, 0644);