Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Dsienna_cichlid.c55 if (handler->reset_method == reset_context->method) in sienna_cichlid_get_reset_handler()
63 if (handler->reset_method == AMD_RESET_METHOD_MODE2) in sienna_cichlid_get_reset_handler()
126 if (handler->reset_method == reset_ctl->active_reset) { in sienna_cichlid_async_reset()
275 .reset_method = AMD_RESET_METHOD_MODE2,
Daldebaran.c57 if (handler->reset_method == reset_context->method) in aldebaran_get_reset_handler()
65 if (handler->reset_method == AMD_RESET_METHOD_MODE2) { in aldebaran_get_reset_handler()
130 if (handler->reset_method == reset_ctl->active_reset) { in aldebaran_async_reset()
389 .reset_method = AMD_RESET_METHOD_MODE2,
Damdgpu_reset.h46 enum amd_reset_method reset_method; member
Dsoc15.c889 .reset_method = &soc15_asic_reset_method,
911 .reset_method = &soc15_asic_reset_method,
Damdgpu.h559 enum amd_reset_method (*reset_method)(struct amdgpu_device *adev); member
1225 #define amdgpu_asic_reset_method(adev) (adev)->asic_funcs->reset_method((adev))
Dsoc21.c521 .reset_method = &soc21_asic_reset_method,
Damdgpu_drv.c910 MODULE_PARM_DESC(reset_method, "GPU reset method (-1 = auto (default), 0 = legacy, 1 = mode0, 2 = m…
911 module_param_named(reset_method, amdgpu_reset_method, int, 0444);
Dnv.c662 .reset_method = &nv_asic_reset_method,
Damdgpu_device.c5050 enum amd_reset_method reset_method; in amdgpu_device_suspend_display_audio() local
5058 reset_method = amdgpu_asic_reset_method(adev); in amdgpu_device_suspend_display_audio()
5059 if ((reset_method != AMD_RESET_METHOD_BACO) && in amdgpu_device_suspend_display_audio()
5060 (reset_method != AMD_RESET_METHOD_MODE1)) in amdgpu_device_suspend_display_audio()
Dcik.c2001 .reset_method = &cik_asic_reset_method,
Dvi.c1470 .reset_method = &vi_asic_reset_method,
Dsi.c2000 .reset_method = &si_asic_reset_method,
/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Dsiena.c102 enum reset_type reset_method = RESET_TYPE_ALL; in siena_test_chip() local
105 efx_siena_reset_down(efx, reset_method); in siena_test_chip()
110 rc = efx_siena_mcdi_reset(efx, reset_method); in siena_test_chip()
119 rc = efx_siena_mcdi_reset(efx, reset_method); in siena_test_chip()
121 rc2 = efx_siena_reset_up(efx, reset_method, rc == 0); in siena_test_chip()
/linux-6.1.9/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()
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-bus-pci139 What: /sys/bus/pci/devices/.../reset_method
147 reset_method is present in sysfs. Reading this file
/linux-6.1.9/drivers/pci/
Dpci.c5329 static DEVICE_ATTR_RW(reset_method);