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 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 Dsienna_cichlid.c43 return amdgpu_reset_method == AMD_RESET_METHOD_MODE2; in sienna_cichlid_is_mode2_default()
H A Damdgpu_device.c1587 if (amdgpu_reset_method < -1 || amdgpu_reset_method > 4) { in amdgpu_device_check_arguments()
1589 amdgpu_reset_method = -1; in amdgpu_device_check_arguments()
3952 tmp = amdgpu_reset_method; in amdgpu_device_init()
3956 amdgpu_reset_method = AMD_RESET_METHOD_NONE; in amdgpu_device_init()
3958 amdgpu_reset_method = tmp; in amdgpu_device_init()
H A Damdgpu_drv.c232 int amdgpu_reset_method = -1; /* auto */ variable
946 module_param_named_unsafe(reset_method, amdgpu_reset_method, int, 0644);