HomeSort by: relevance | last modified time | path
    Searched refs:last_id_use (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_vm.c 194 if (vm_id->id && vm_id->last_id_use &&
195 vm_id->last_id_use == rdev->vm_manager.active[vm_id->id])
284 radeon_fence_unref(&vm->ids[fence->ring].last_id_use);
285 vm->ids[fence->ring].last_id_use = radeon_fence_ref(fence);
1016 radeon_sync_fence(&ib.sync, vm->ids[i].last_id_use);
1193 vm->ids[i].last_id_use = NULL;
1275 radeon_fence_unref(&vm->ids[i].last_id_use);
radeon.h 960 struct radeon_fence *last_id_use; member in struct:radeon_vm_id

Completed in 39 milliseconds