Home
last modified time | relevance | path

Searched refs:amdgpu_lockup_timeout (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Dmxgpu_ai.c269 if (amdgpu_lockup_timeout == 0) in xgpu_ai_mailbox_flr_work()
H A Damdgpu_drv.c90 int amdgpu_lockup_timeout = 10000; variable
221 module_param_named(lockup_timeout, amdgpu_lockup_timeout, int, 0444);
H A Damdgpu_fence.c448 timeout = msecs_to_jiffies(amdgpu_lockup_timeout); in amdgpu_fence_driver_init_ring()
H A Damdgpu_device.c1012 if (amdgpu_lockup_timeout == 0) { in amdgpu_device_check_arguments()
1014 amdgpu_lockup_timeout = 10000; in amdgpu_device_check_arguments()
H A Damdgpu.h100 extern int amdgpu_lockup_timeout;