Home
last modified time | relevance | path

Searched refs:reset_method (Results 1 – 13 of 13) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Daldebaran.c46 if (handler->reset_method == reset_context->method) in aldebaran_get_reset_handler()
54 if (handler->reset_method == AMD_RESET_METHOD_MODE2) { in aldebaran_get_reset_handler()
119 if (handler->reset_method == reset_ctl->active_reset) { in aldebaran_async_reset()
370 .reset_method = AMD_RESET_METHOD_MODE2,
Damdgpu_reset.h44 enum amd_reset_method reset_method; member
Damdgpu.h646 enum amd_reset_method (*reset_method)(struct amdgpu_device *adev); member
1252 #define amdgpu_asic_reset_method(adev) (adev)->asic_funcs->reset_method((adev))
Dsoc15.c1097 .reset_method = &soc15_asic_reset_method,
1119 .reset_method = &soc15_asic_reset_method,
Damdgpu_drv.c869 MODULE_PARM_DESC(reset_method, "GPU reset method (-1 = auto (default), 0 = legacy, 1 = mode0, 2 = m…
870 module_param_named(reset_method, amdgpu_reset_method, int, 0444);
Damdgpu_device.c4970 enum amd_reset_method reset_method; in amdgpu_device_suspend_display_audio() local
4978 reset_method = amdgpu_asic_reset_method(adev); in amdgpu_device_suspend_display_audio()
4979 if ((reset_method != AMD_RESET_METHOD_BACO) && in amdgpu_device_suspend_display_audio()
4980 (reset_method != AMD_RESET_METHOD_MODE1)) in amdgpu_device_suspend_display_audio()
Dnv.c1017 .reset_method = &nv_asic_reset_method,
Dcik.c1985 .reset_method = &cik_asic_reset_method,
Dvi.c1462 .reset_method = &vi_asic_reset_method,
Dsi.c2000 .reset_method = &si_asic_reset_method,
/drivers/net/ethernet/sfc/
Dsiena.c101 enum reset_type reset_method = RESET_TYPE_ALL; in siena_test_chip() local
104 efx_reset_down(efx, reset_method); in siena_test_chip()
109 rc = efx_mcdi_reset(efx, reset_method); in siena_test_chip()
118 rc = efx_mcdi_reset(efx, reset_method); in siena_test_chip()
120 rc2 = efx_reset_up(efx, reset_method, rc == 0); in siena_test_chip()
/drivers/net/ethernet/sfc/falcon/
Dfalcon.c1899 enum reset_type reset_method = RESET_TYPE_INVISIBLE; in falcon_b0_test_chip() local
1914 ef4_reset_down(efx, reset_method); in falcon_b0_test_chip()
1921 rc = falcon_reset_hw(efx, reset_method); in falcon_b0_test_chip()
1922 rc2 = ef4_reset_up(efx, reset_method, rc == 0); in falcon_b0_test_chip()
/drivers/pci/
Dpci.c5262 static DEVICE_ATTR_RW(reset_method);