Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_drv.c222 .timeout_fatal_disable = false,
567 MODULE_PARM_DESC(timeout_fatal_disable, "disable watchdog timeout fatal error (false = default)");
568 module_param_named(timeout_fatal_disable, amdgpu_watchdog_timer.timeout_fatal_disable, bool, 0644);
H A Dgfx_v9_4_2.c1785 amdgpu_watchdog_timer.timeout_fatal_disable ? 1 : in gfx_v9_4_2_enable_watchdog_timer()
1788 if (amdgpu_watchdog_timer.timeout_fatal_disable && in gfx_v9_4_2_enable_watchdog_timer()
H A Damdgpu.h145 bool timeout_fatal_disable; member
H A Dgfx_v9_4_3.c4052 amdgpu_watchdog_timer.timeout_fatal_disable ? 1 : 0); in gfx_v9_4_3_inst_enable_watchdog_timer()
4054 if (amdgpu_watchdog_timer.timeout_fatal_disable && in gfx_v9_4_3_inst_enable_watchdog_timer()