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 Dsoc24.c176 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in soc24_asic_reset_method()
177 amdgpu_reset_method == AMD_RESET_METHOD_MODE2 || in soc24_asic_reset_method()
178 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in soc24_asic_reset_method()
179 return amdgpu_reset_method; in soc24_asic_reset_method()
181 if (amdgpu_reset_method != -1) in soc24_asic_reset_method()
184 amdgpu_reset_method); in soc24_asic_reset_method()
H A Dsoc21.c389 if (amdgpu_reset_method == AMD_RESET_METHOD_MODE1 || in soc21_asic_reset_method()
390 amdgpu_reset_method == AMD_RESET_METHOD_MODE2 || in soc21_asic_reset_method()
391 amdgpu_reset_method == AMD_RESET_METHOD_BACO) in soc21_asic_reset_method()
392 return amdgpu_reset_method; in soc21_asic_reset_method()
394 if (amdgpu_reset_method != -1) in soc21_asic_reset_method()
396 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.c1618 if (amdgpu_reset_method < -1 || amdgpu_reset_method > 4) { in amdgpu_device_check_arguments()
1620 amdgpu_reset_method = -1; in amdgpu_device_check_arguments()
4032 tmp = amdgpu_reset_method; in amdgpu_device_init()
4036 amdgpu_reset_method = AMD_RESET_METHOD_NONE; in amdgpu_device_init()
4038 amdgpu_reset_method = tmp; in amdgpu_device_init()
H A Damdgpu_drv.c232 int amdgpu_reset_method = -1; /* auto */ variable
947 module_param_named_unsafe(reset_method, amdgpu_reset_method, int, 0644);