/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_wait.c | 43 struct dma_fence *excl; local in function:i915_gem_object_wait_reservation 52 &excl, &count, &shared); 80 excl = dma_resv_get_excl_rcu(resv); 83 if (excl && timeout >= 0) 84 timeout = i915_gem_object_wait_fence(excl, flags, timeout); 86 dma_fence_put(excl); 152 struct dma_fence *excl; local in function:i915_gem_object_wait_priority 160 &excl, &count, &shared); 171 excl = dma_resv_get_excl_rcu(obj->base.resv); 174 if (excl) { [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_active_types.h | 47 struct i915_active_fence excl; member in struct:i915_active
|
i915_sw_fence.c | 633 struct dma_fence *excl; local in function:i915_sw_fence_await_reservation 643 ret = dma_resv_get_fences_rcu(resv, &excl, &count, &shared); 667 excl = dma_resv_get_excl_rcu(resv); 670 if (ret >= 0 && excl && excl->ops != exclude) { 672 excl, 681 dma_fence_put(excl);
|
i915_request.c | 1162 struct dma_fence *excl; local in function:i915_request_await_object 1170 &excl, &count, &shared); 1186 excl = dma_resv_get_excl_rcu(obj->base.resv); 1189 if (excl) { 1191 ret = i915_request_await_dma_fence(to, excl); 1193 dma_fence_put(excl);
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_vm.c | 1982 struct dma_fence *excl, **shared; local in function:amdgpu_vm_prt_fini 1986 r = dma_resv_get_fences_rcu(resv, &excl, 1999 amdgpu_vm_add_prt_cb(adev, excl);
|
amdgpu.h | 419 struct dma_fence *excl; member in struct:amdgpu_flip_work
|
/src/sys/coda/ |
coda.h | 505 int excl; member in struct:coda_create_in
|