Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_vm.c243 if (pd_addr != vm_id->pd_gpu_addr || !vm_id->flushed_updates || in radeon_vm_flush()
244 radeon_fence_is_earlier(vm_id->flushed_updates, updates)) { in radeon_vm_flush()
247 radeon_fence_unref(&vm_id->flushed_updates); in radeon_vm_flush()
248 vm_id->flushed_updates = radeon_fence_ref(updates); in radeon_vm_flush()
1181 vm->ids[i].flushed_updates = NULL; in radeon_vm_init()
1257 radeon_fence_unref(&vm->ids[i].flushed_updates); in radeon_vm_fini()
Dradeon.h926 struct radeon_fence *flushed_updates; member