Searched refs:GFX_SLICE_PERIOD_MS (Results 1 – 2 of 2) sorted by relevance
2036 adev->gfx.enforce_isolation_time[idx] = GFX_SLICE_PERIOD_MS; in amdgpu_gfx_enforce_isolation_wait_for_kfd()2043 if ((jiffies_to_msecs(cjiffies) >= GFX_SLICE_PERIOD_MS)) { in amdgpu_gfx_enforce_isolation_wait_for_kfd()2047 adev->gfx.enforce_isolation_time[idx] = GFX_SLICE_PERIOD_MS; in amdgpu_gfx_enforce_isolation_wait_for_kfd()2051 GFX_SLICE_PERIOD_MS - jiffies_to_msecs(cjiffies); in amdgpu_gfx_enforce_isolation_wait_for_kfd()2060 adev->gfx.enforce_isolation_time[idx] = GFX_SLICE_PERIOD_MS; in amdgpu_gfx_enforce_isolation_wait_for_kfd()2066 msleep(GFX_SLICE_PERIOD_MS); in amdgpu_gfx_enforce_isolation_wait_for_kfd()
122 #define GFX_SLICE_PERIOD_MS 250 macro