Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsoc15.c536 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in soc15_asic_reset_method()
537 amdgpu_reset_method == AMD_RESET_METHOD_MODE2 || in soc15_asic_reset_method()
538 amdgpu_reset_method == AMD_RESET_METHOD_BACO || in soc15_asic_reset_method()
539 amdgpu_reset_method == AMD_RESET_METHOD_PCI) { in soc15_asic_reset_method()
543 return amdgpu_reset_method; in soc15_asic_reset_method()
546 if (amdgpu_reset_method != -1) in soc15_asic_reset_method()
548 amdgpu_reset_method); in soc15_asic_reset_method()
H A Damdgpu_drv.c234 int amdgpu_reset_method = -1; /* auto */ variable
968 module_param_named_unsafe(reset_method, amdgpu_reset_method, int, 0644);
H A Damdgpu_device.c2151 if (amdgpu_reset_method < -1 || amdgpu_reset_method > 4) { in amdgpu_device_check_arguments()
2153 amdgpu_reset_method = -1; in amdgpu_device_check_arguments()
4813 tmp = amdgpu_reset_method; in amdgpu_device_init()
4817 amdgpu_reset_method = AMD_RESET_METHOD_NONE; in amdgpu_device_init()
4819 amdgpu_reset_method = tmp; in amdgpu_device_init()
H A Damdgpu.h252 extern int amdgpu_reset_method;