Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c271 .timeout_fatal_disable = false,
611 MODULE_PARM_DESC(timeout_fatal_disable, "disable watchdog timeout fatal error (false = default)");
612 module_param_named(timeout_fatal_disable, amdgpu_watchdog_timer.timeout_fatal_disable, bool, 0644);
H A Damdgpu.h156 bool timeout_fatal_disable; member