Home
last modified time | relevance | path

Searched refs:timeout_fatal_disable (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c213 .timeout_fatal_disable = false,
565 MODULE_PARM_DESC(timeout_fatal_disable, "disable watchdog timeout fatal error (false = default)");
566 module_param_named(timeout_fatal_disable, amdgpu_watchdog_timer.timeout_fatal_disable, bool, 0644);
Dgfx_v9_4_2.c1804 amdgpu_watchdog_timer.timeout_fatal_disable ? 1 : in gfx_v9_4_2_enable_watchdog_timer()
1807 if (amdgpu_watchdog_timer.timeout_fatal_disable && in gfx_v9_4_2_enable_watchdog_timer()
Damdgpu.h144 bool timeout_fatal_disable; member