i915_gem_fence.c | 24 struct stub_fence *stub = container_of(fence, typeof(*stub), chain); local in function:stub_notify 28 dma_fence_signal(&stub->dma); 32 dma_fence_put(&stub->dma); 51 struct stub_fence *stub = container_of(fence, typeof(*stub), dma); local in function:stub_release 53 i915_sw_fence_fini(&stub->chain); 55 BUILD_BUG_ON(offsetof(typeof(*stub), dma)); 56 spin_lock_destroy(&stub->lock); 57 dma_fence_free(&stub->dma) 69 struct stub_fence *stub; local in function:i915_gem_object_lock_fence 100 struct stub_fence *stub = container_of(fence, typeof(*stub), dma); local in function:i915_gem_object_unlock_fence [all...] |