HomeSort by: relevance | last modified time | path
    Searched refs:gfx_timeout (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_mxgpu_nv.c 279 adev->gfx_timeout == MAX_SCHEDULE_TIMEOUT ||
amdgpu_fence.c 473 timeout = adev->gfx_timeout;
amdgpu_device.c 2871 adev->gfx_timeout = msecs_to_jiffies(10000);
2872 adev->sdma_timeout = adev->video_timeout = adev->gfx_timeout;
2874 adev->compute_timeout = adev->gfx_timeout;
2896 adev->gfx_timeout = timeout;
2916 adev->sdma_timeout = adev->video_timeout = adev->gfx_timeout;
2918 adev->compute_timeout = adev->gfx_timeout;
amdgpu.h 992 long gfx_timeout; member in struct:amdgpu_device

Completed in 39 milliseconds