Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsoc21.c405 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in soc21_asic_reset_method()
406 amdgpu_reset_method == AMD_RESET_METHOD_MODE2 || in soc21_asic_reset_method()
407 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in soc21_asic_reset_method()
408 return amdgpu_reset_method; in soc21_asic_reset_method()
410 if (amdgpu_reset_method != -1) in soc21_asic_reset_method()
412 amdgpu_reset_method); in soc21_asic_reset_method()
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 Dsienna_cichlid.c43 return amdgpu_reset_method == AMD_RESET_METHOD_MODE2; in sienna_cichlid_is_mode2_default()
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.c2285 if (amdgpu_reset_method < -1 || amdgpu_reset_method > 4) { in amdgpu_device_check_arguments()
2287 amdgpu_reset_method = -1; in amdgpu_device_check_arguments()
4657 tmp = amdgpu_reset_method; in amdgpu_device_init()
4661 amdgpu_reset_method = AMD_RESET_METHOD_NONE; in amdgpu_device_init()
4663 amdgpu_reset_method = tmp; in amdgpu_device_init()
H A Damdgpu.h247 extern int amdgpu_reset_method;