Searched refs:timeout_fatal_disable (Results 1 – 3 of 3) sorted by relevance
270 .timeout_fatal_disable = false,610 MODULE_PARM_DESC(timeout_fatal_disable, "disable watchdog timeout fatal error (false = default)");611 module_param_named(timeout_fatal_disable, amdgpu_watchdog_timer.timeout_fatal_disable, bool, 0644);
149 bool timeout_fatal_disable; member
3756 amdgpu_watchdog_timer.timeout_fatal_disable ? 1 : 0); in gfx_v9_4_3_inst_enable_watchdog_timer()3758 if (amdgpu_watchdog_timer.timeout_fatal_disable && in gfx_v9_4_3_inst_enable_watchdog_timer()