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

/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_vm.c188 if (vm_id->id && vm_id->last_id_use &&
189 vm_id->last_id_use == rdev->vm_manager.active[vm_id->id])
278 radeon_fence_unref(&vm->ids[fence->ring].last_id_use);
279 vm->ids[fence->ring].last_id_use = radeon_fence_ref(fence);
1008 radeon_sync_fence(&ib.sync, vm->ids[i].last_id_use);
1184 vm->ids[i].last_id_use = NULL;
1266 radeon_fence_unref(&vm->ids[i].last_id_use);
H A Dradeon.h874 struct radeon_fence *last_id_use; member in struct:radeon_vm_id

Completed in 98 milliseconds