Home
last modified time | relevance | path

Searched refs:GFX_SLICE_PERIOD_MS (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.c2648 adev->gfx.enforce_isolation_time[idx] = GFX_SLICE_PERIOD_MS; in amdgpu_gfx_enforce_isolation_wait_for_kfd()
2655 if ((jiffies_to_msecs(cjiffies) >= GFX_SLICE_PERIOD_MS)) { in amdgpu_gfx_enforce_isolation_wait_for_kfd()
2659 adev->gfx.enforce_isolation_time[idx] = GFX_SLICE_PERIOD_MS; in amdgpu_gfx_enforce_isolation_wait_for_kfd()
2663 GFX_SLICE_PERIOD_MS - jiffies_to_msecs(cjiffies); in amdgpu_gfx_enforce_isolation_wait_for_kfd()
2672 adev->gfx.enforce_isolation_time[idx] = GFX_SLICE_PERIOD_MS; in amdgpu_gfx_enforce_isolation_wait_for_kfd()
2678 msleep(GFX_SLICE_PERIOD_MS); in amdgpu_gfx_enforce_isolation_wait_for_kfd()
H A Damdgpu.h125 #define GFX_SLICE_PERIOD_MS 250 macro