Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ib.c126 unsigned patch_offset = ~0; in amdgpu_ib_schedule() local
189 patch_offset = amdgpu_ring_init_cond_exec(ring); in amdgpu_ib_schedule()
254 if (patch_offset != ~0 && ring->funcs->patch_cond_exec) in amdgpu_ib_schedule()
255 amdgpu_ring_patch_cond_exec(ring, patch_offset); in amdgpu_ib_schedule()
H A Damdgpu_vm.c770 unsigned patch_offset = 0; in amdgpu_vm_flush() local
795 patch_offset = amdgpu_ring_init_cond_exec(ring); in amdgpu_vm_flush()
846 amdgpu_ring_patch_cond_exec(ring, patch_offset); in amdgpu_vm_flush()