Home
last modified time | relevance | path

Searched refs:amdgpu_reset_method (Results 1 – 11 of 11) sorted by relevance

/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/
Dsoc24.c195 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in soc24_asic_reset_method()
196 amdgpu_reset_method == AMD_RESET_METHOD_MODE2 || in soc24_asic_reset_method()
197 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in soc24_asic_reset_method()
198 return amdgpu_reset_method; in soc24_asic_reset_method()
200 if (amdgpu_reset_method != -1) in soc24_asic_reset_method()
203 amdgpu_reset_method); in soc24_asic_reset_method()
Dnv.c445 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in nv_asic_reset_method()
446 amdgpu_reset_method == AMD_RESET_METHOD_MODE2 || in nv_asic_reset_method()
447 amdgpu_reset_method == AMD_RESET_METHOD_BACO || in nv_asic_reset_method()
448 amdgpu_reset_method == AMD_RESET_METHOD_PCI) in nv_asic_reset_method()
449 return amdgpu_reset_method; in nv_asic_reset_method()
451 if (amdgpu_reset_method != -1) in nv_asic_reset_method()
453 amdgpu_reset_method); in nv_asic_reset_method()
Dsoc21.c374 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in soc21_asic_reset_method()
375 amdgpu_reset_method == AMD_RESET_METHOD_MODE2 || in soc21_asic_reset_method()
376 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in soc21_asic_reset_method()
377 return amdgpu_reset_method; in soc21_asic_reset_method()
379 if (amdgpu_reset_method != -1) in soc21_asic_reset_method()
381 amdgpu_reset_method); in soc21_asic_reset_method()
Dsoc15.c537 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in soc15_asic_reset_method()
538 amdgpu_reset_method == AMD_RESET_METHOD_MODE2 || in soc15_asic_reset_method()
539 amdgpu_reset_method == AMD_RESET_METHOD_BACO || in soc15_asic_reset_method()
540 amdgpu_reset_method == AMD_RESET_METHOD_PCI) { in soc15_asic_reset_method()
544 return amdgpu_reset_method; in soc15_asic_reset_method()
547 if (amdgpu_reset_method != -1) in soc15_asic_reset_method()
549 amdgpu_reset_method); in soc15_asic_reset_method()
Dcik.c1394 if (amdgpu_reset_method == AMD_RESET_METHOD_LEGACY || in cik_asic_reset_method()
1395 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in cik_asic_reset_method()
1396 return amdgpu_reset_method; in cik_asic_reset_method()
1398 if (amdgpu_reset_method != -1) in cik_asic_reset_method()
1400 amdgpu_reset_method); in cik_asic_reset_method()
Dvi.c913 if (amdgpu_reset_method == AMD_RESET_METHOD_LEGACY || in vi_asic_reset_method()
914 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in vi_asic_reset_method()
915 return amdgpu_reset_method; in vi_asic_reset_method()
917 if (amdgpu_reset_method != -1) in vi_asic_reset_method()
919 amdgpu_reset_method); in vi_asic_reset_method()
Dsienna_cichlid.c43 return amdgpu_reset_method == AMD_RESET_METHOD_MODE2; in sienna_cichlid_is_mode2_default()
Dsi.c1420 if (amdgpu_reset_method == AMD_RESET_METHOD_PCI) in si_asic_reset_method()
1421 return amdgpu_reset_method; in si_asic_reset_method()
1422 else if (amdgpu_reset_method != AMD_RESET_METHOD_LEGACY && in si_asic_reset_method()
1423 amdgpu_reset_method != -1) in si_asic_reset_method()
1425 amdgpu_reset_method); in si_asic_reset_method()
Damdgpu_device.c2065 if (amdgpu_reset_method < -1 || amdgpu_reset_method > 4) { in amdgpu_device_check_arguments()
2067 amdgpu_reset_method = -1; in amdgpu_device_check_arguments()
4428 tmp = amdgpu_reset_method; in amdgpu_device_init()
4432 amdgpu_reset_method = AMD_RESET_METHOD_NONE; in amdgpu_device_init()
4434 amdgpu_reset_method = tmp; in amdgpu_device_init()
Damdgpu_drv.c222 int amdgpu_reset_method = -1; /* auto */ variable
958 module_param_named_unsafe(reset_method, amdgpu_reset_method, int, 0644);
Damdgpu.h248 extern int amdgpu_reset_method;