flushed_updates   280 drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c 	if (updates && (*id)->flushed_updates &&
flushed_updates   281 drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c 	    updates->context == (*id)->flushed_updates->context &&
flushed_updates   282 drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c 	    !dma_fence_is_later(updates, (*id)->flushed_updates))
flushed_updates   311 drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c 		dma_fence_put((*id)->flushed_updates);
flushed_updates   312 drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c 		(*id)->flushed_updates = dma_fence_get(updates);
flushed_updates   363 drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c 		flushed  = (*id)->flushed_updates;
flushed_updates   383 drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c 			dma_fence_put((*id)->flushed_updates);
flushed_updates   384 drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c 			(*id)->flushed_updates = dma_fence_get(updates);
flushed_updates   443 drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c 			dma_fence_put(id->flushed_updates);
flushed_updates   444 drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c 			id->flushed_updates = dma_fence_get(updates);
flushed_updates   607 drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c 			dma_fence_put(id->flushed_updates);
flushed_updates    50 drivers/gpu/drm/amd/amdgpu/amdgpu_ids.h 	struct dma_fence	*flushed_updates;
flushed_updates   911 drivers/gpu/drm/radeon/radeon.h 	struct radeon_fence	*flushed_updates;
flushed_updates   243 drivers/gpu/drm/radeon/radeon_vm.c 	if (pd_addr != vm_id->pd_gpu_addr || !vm_id->flushed_updates ||
flushed_updates   244 drivers/gpu/drm/radeon/radeon_vm.c 	    radeon_fence_is_earlier(vm_id->flushed_updates, updates)) {
flushed_updates   247 drivers/gpu/drm/radeon/radeon_vm.c 		radeon_fence_unref(&vm_id->flushed_updates);
flushed_updates   248 drivers/gpu/drm/radeon/radeon_vm.c 		vm_id->flushed_updates = radeon_fence_ref(updates);
flushed_updates  1185 drivers/gpu/drm/radeon/radeon_vm.c 		vm->ids[i].flushed_updates = NULL;
flushed_updates  1263 drivers/gpu/drm/radeon/radeon_vm.c 		radeon_fence_unref(&vm->ids[i].flushed_updates);