Searched refs:amdgpu_reset_method (Results 1 – 7 of 7) sorted by relevance
322 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in nv_asic_reset_method()323 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in nv_asic_reset_method()324 return amdgpu_reset_method; in nv_asic_reset_method()326 if (amdgpu_reset_method != -1) in nv_asic_reset_method()328 amdgpu_reset_method); in nv_asic_reset_method()
502 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in soc15_asic_reset_method()503 amdgpu_reset_method == AMD_RESET_METHOD_MODE2 || in soc15_asic_reset_method()504 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in soc15_asic_reset_method()505 return amdgpu_reset_method; in soc15_asic_reset_method()507 if (amdgpu_reset_method != -1) in soc15_asic_reset_method()509 amdgpu_reset_method); in soc15_asic_reset_method()
713 if (amdgpu_reset_method == AMD_RESET_METHOD_LEGACY || in vi_asic_reset_method()714 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in vi_asic_reset_method()715 return amdgpu_reset_method; in vi_asic_reset_method()717 if (amdgpu_reset_method != -1) in vi_asic_reset_method()719 amdgpu_reset_method); in vi_asic_reset_method()
1329 if (amdgpu_reset_method == AMD_RESET_METHOD_LEGACY || in cik_asic_reset_method()1330 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in cik_asic_reset_method()1331 return amdgpu_reset_method; in cik_asic_reset_method()1333 if (amdgpu_reset_method != -1) in cik_asic_reset_method()1335 amdgpu_reset_method); in cik_asic_reset_method()
1324 if (amdgpu_reset_method != AMD_RESET_METHOD_LEGACY && in si_asic_reset_method()1325 amdgpu_reset_method != -1) in si_asic_reset_method()1327 amdgpu_reset_method); in si_asic_reset_method()
153 int amdgpu_reset_method = -1; /* auto */ variable790 module_param_named(reset_method, amdgpu_reset_method, int, 0444);
203 extern int amdgpu_reset_method;