/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_active.h | 182 return rcu_access_pointer(ref->excl.fence);
|
i915_active.c | 187 GEM_BUG_ON(rcu_access_pointer(ref->excl.fence)); 268 active_retire(container_of(cb, struct i915_active, excl.cb)); 381 __i915_active_fence_init(&ref->excl, NULL, excl_retire); 479 if (!__i915_active_fence_set(&ref->excl, f)) 545 enable_signaling(&ref->excl); 573 if (rcu_access_pointer(ref->excl.fence)) { 577 fence = dma_fence_get_rcu_safe(&ref->excl.fence);
|
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/arch/luna68k/dev/ |
xpbus.c | 143 xp_acquire(int xplx_devid, u_int excl) 153 after = before | (1 << xplx_devid) | excl; 155 return after & ~(excl);
|
/src/sys/arch/ofppc/stand/ofwboot/ |
ldscript | 195 .stab.excl 0 : { *(.stab.excl) }
|
/src/sys/arch/evbmips/stand/sbmips/common/ |
boot.ldscript | 215 .stab.excl 0 : { *(.stab.excl) }
|
/src/sys/arch/sbmips/stand/common/ |
boot.ldscript | 215 .stab.excl 0 : { *(.stab.excl) }
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_display.c | 90 if (amdgpu_display_flip_handle_fence(work, &work->excl)) 213 r = dma_resv_get_fences_rcu(new_abo->tbo.base.resv, &work->excl, 265 dma_fence_put(work->excl);
|
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
|
coda_venus.c | 522 inp->excl = exclusive ? C_O_EXCL : 0;
|