Searched refs:amdgpu_reset_method (Results 1 – 5 of 5) sorted by relevance
176 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in soc24_asic_reset_method()177 amdgpu_reset_method == AMD_RESET_METHOD_MODE2 || in soc24_asic_reset_method()178 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in soc24_asic_reset_method()179 return amdgpu_reset_method; in soc24_asic_reset_method()181 if (amdgpu_reset_method != -1) in soc24_asic_reset_method()184 amdgpu_reset_method); in soc24_asic_reset_method()
389 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in soc21_asic_reset_method()390 amdgpu_reset_method == AMD_RESET_METHOD_MODE2 || in soc21_asic_reset_method()391 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in soc21_asic_reset_method()392 return amdgpu_reset_method; in soc21_asic_reset_method()394 if (amdgpu_reset_method != -1) in soc21_asic_reset_method()396 amdgpu_reset_method); in soc21_asic_reset_method()
43 return amdgpu_reset_method == AMD_RESET_METHOD_MODE2; in sienna_cichlid_is_mode2_default()
1618 if (amdgpu_reset_method < -1 || amdgpu_reset_method > 4) { in amdgpu_device_check_arguments()1620 amdgpu_reset_method = -1; in amdgpu_device_check_arguments()4032 tmp = amdgpu_reset_method; in amdgpu_device_init()4036 amdgpu_reset_method = AMD_RESET_METHOD_NONE; in amdgpu_device_init()4038 amdgpu_reset_method = tmp; in amdgpu_device_init()
232 int amdgpu_reset_method = -1; /* auto */ variable947 module_param_named_unsafe(reset_method, amdgpu_reset_method, int, 0644);