Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Dnv.c505 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in nv_asic_reset_method()
506 amdgpu_reset_method == AMD_RESET_METHOD_MODE2 || in nv_asic_reset_method()
507 amdgpu_reset_method == AMD_RESET_METHOD_BACO || in nv_asic_reset_method()
508 amdgpu_reset_method == AMD_RESET_METHOD_PCI) in nv_asic_reset_method()
509 return amdgpu_reset_method; in nv_asic_reset_method()
511 if (amdgpu_reset_method != -1) in nv_asic_reset_method()
513 amdgpu_reset_method); in nv_asic_reset_method()
Dsoc15.c555 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in soc15_asic_reset_method()
556 amdgpu_reset_method == AMD_RESET_METHOD_MODE2 || in soc15_asic_reset_method()
557 amdgpu_reset_method == AMD_RESET_METHOD_BACO || in soc15_asic_reset_method()
558 amdgpu_reset_method == AMD_RESET_METHOD_PCI) { in soc15_asic_reset_method()
562 return amdgpu_reset_method; in soc15_asic_reset_method()
565 if (amdgpu_reset_method != -1) in soc15_asic_reset_method()
567 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.c925 if (amdgpu_reset_method == AMD_RESET_METHOD_LEGACY || in vi_asic_reset_method()
926 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in vi_asic_reset_method()
927 return amdgpu_reset_method; in vi_asic_reset_method()
929 if (amdgpu_reset_method != -1) in vi_asic_reset_method()
931 amdgpu_reset_method); in vi_asic_reset_method()
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_drv.c175 int amdgpu_reset_method = -1; /* auto */ variable
870 module_param_named(reset_method, amdgpu_reset_method, int, 0444);
Damdgpu.h227 extern int amdgpu_reset_method;
Damdgpu_device.c3720 tmp = amdgpu_reset_method; in amdgpu_device_init()
3724 amdgpu_reset_method = AMD_RESET_METHOD_NONE; in amdgpu_device_init()
3726 amdgpu_reset_method = tmp; in amdgpu_device_init()