Home
last modified time | relevance | path

Searched refs:wipe_fence (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c489 struct dma_fence *wipe_fence = NULL; in amdgpu_move_blit() local
492 NULL, &wipe_fence); in amdgpu_move_blit()
495 } else if (wipe_fence) { in amdgpu_move_blit()
497 fence = wipe_fence; in amdgpu_move_blit()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c384 struct dma_fence *wipe_fence = NULL; in amdgpu_move_blit() local
386 r = amdgpu_fill_buffer(abo, AMDGPU_POISON, NULL, &wipe_fence, in amdgpu_move_blit()
390 } else if (wipe_fence) { in amdgpu_move_blit()
392 fence = wipe_fence; in amdgpu_move_blit()

Completed in 6 milliseconds