Home
last modified time | relevance | path

Searched refs:amdgpu_reset_method (Results 1 – 5 of 5) 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 Dvi.c920 if (amdgpu_reset_method == AMD_RESET_METHOD_LEGACY || in vi_asic_reset_method()
921 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in vi_asic_reset_method()
922 return amdgpu_reset_method; in vi_asic_reset_method()
924 if (amdgpu_reset_method != -1) in vi_asic_reset_method()
926 amdgpu_reset_method); in vi_asic_reset_method()
H A Damdgpu_device.c2138 if (amdgpu_reset_method < -1 || amdgpu_reset_method > 4) { in amdgpu_device_check_arguments()
2140 amdgpu_reset_method = -1; in amdgpu_device_check_arguments()
4631 tmp = amdgpu_reset_method; in amdgpu_device_init()
4635 amdgpu_reset_method = AMD_RESET_METHOD_NONE; in amdgpu_device_init()
4637 amdgpu_reset_method = tmp; in amdgpu_device_init()
H A Damdgpu_drv.c232 int amdgpu_reset_method = -1; /* auto */ variable
971 module_param_named_unsafe(reset_method, amdgpu_reset_method, int, 0644);
H A Damdgpu.h251 extern int amdgpu_reset_method;