Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Dsoc21.c352 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in soc21_asic_reset_method()
353 amdgpu_reset_method == AMD_RESET_METHOD_MODE2 || in soc21_asic_reset_method()
354 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in soc21_asic_reset_method()
355 return amdgpu_reset_method; in soc21_asic_reset_method()
357 if (amdgpu_reset_method != -1) in soc21_asic_reset_method()
359 amdgpu_reset_method); in soc21_asic_reset_method()
A Dnv.c496 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in nv_asic_reset_method()
497 amdgpu_reset_method == AMD_RESET_METHOD_MODE2 || in nv_asic_reset_method()
498 amdgpu_reset_method == AMD_RESET_METHOD_BACO || in nv_asic_reset_method()
499 amdgpu_reset_method == AMD_RESET_METHOD_PCI) in nv_asic_reset_method()
500 return amdgpu_reset_method; in nv_asic_reset_method()
502 if (amdgpu_reset_method != -1) in nv_asic_reset_method()
504 amdgpu_reset_method); in nv_asic_reset_method()
A Dsoc15.c533 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in soc15_asic_reset_method()
534 amdgpu_reset_method == AMD_RESET_METHOD_MODE2 || in soc15_asic_reset_method()
535 amdgpu_reset_method == AMD_RESET_METHOD_BACO || in soc15_asic_reset_method()
536 amdgpu_reset_method == AMD_RESET_METHOD_PCI) { in soc15_asic_reset_method()
540 return amdgpu_reset_method; in soc15_asic_reset_method()
543 if (amdgpu_reset_method != -1) in soc15_asic_reset_method()
545 amdgpu_reset_method); in soc15_asic_reset_method()
A 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()
A Dvi.c922 if (amdgpu_reset_method == AMD_RESET_METHOD_LEGACY || in vi_asic_reset_method()
923 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in vi_asic_reset_method()
924 return amdgpu_reset_method; in vi_asic_reset_method()
926 if (amdgpu_reset_method != -1) in vi_asic_reset_method()
928 amdgpu_reset_method); in vi_asic_reset_method()
A 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()
A Damdgpu_drv.c189 int amdgpu_reset_method = -1; /* auto */ variable
919 module_param_named(reset_method, amdgpu_reset_method, int, 0444);
A Damdgpu.h233 extern int amdgpu_reset_method;
A Damdgpu_device.c1555 if (amdgpu_reset_method < -1 || amdgpu_reset_method > 4) { in amdgpu_device_check_arguments()
1557 amdgpu_reset_method = -1; in amdgpu_device_check_arguments()

Completed in 40 milliseconds