Searched refs:dma_fence_ops (Results 1 - 16 of 16) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | dma-fence.h | 26 struct dma_fence_ops; 32 * @ops: dma_fence_ops associated with this fence 67 const struct dma_fence_ops *ops; 121 * struct dma_fence_ops - operations implemented for fence 124 struct dma_fence_ops { struct 263 void dma_fence_init(struct dma_fence *fence, const struct dma_fence_ops *ops, spinlock_t *lock, u64 context, u64 seqno); 449 * @ops: dma_fence_ops associated with the seqno 454 static inline bool __dma_fence_is_later(u64 f1, u64 f2, const struct dma_fence_ops *ops) in __dma_fence_is_later()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_fence_ops.c | 75 const struct dma_fence_ops kbase_fence_ops = {.wait = dma_fence_default_wait,
|
H A D | mali_kbase_fence.h | 41 extern const struct dma_fence_ops kbase_fence_ops;
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_fence_ops.c | 75 const struct dma_fence_ops kbase_fence_ops = {
|
H A D | mali_kbase_fence.h | 40 extern const struct dma_fence_ops kbase_fence_ops;
|
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
H A D | sw_sync.c | 63 static const struct dma_fence_ops timeline_fence_ops; 175 static const struct dma_fence_ops timeline_fence_ops = {
|
H A D | dma-fence.c | 118 static const struct dma_fence_ops dma_fence_stub_ops = { 530 * This is the default implementation for &dma_fence_ops.release. It calls 568 * complete as soon as possible. This calls &dma_fence_ops.enable_signaling 887 * @ops: the dma_fence_ops for operations on this fence 894 * refcount again if &dma_fence_ops.enable_signaling gets called. 899 void dma_fence_init(struct dma_fence *fence, const struct dma_fence_ops *ops, spinlock_t *lock, u64 context, u64 seqno) in dma_fence_init()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_fence.h | 34 extern const struct dma_fence_ops kbase_fence_ops;
|
H A D | mali_kbase_fence.c | 73 const struct dma_fence_ops kbase_fence_ops = {.wait = dma_fence_default_wait,
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_fence.h | 36 extern const struct dma_fence_ops kbase_fence_ops;
|
H A D | mali_kbase_fence.c | 76 const struct dma_fence_ops kbase_fence_ops = {
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
H A D | rga_fence.c | 21 static const struct dma_fence_ops rga_fence_ops = {
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_internal_sync.c | 33 static const struct dma_fence_ops fence_ops; 767 static const struct dma_fence_ops fence_ops = {
|
H A D | mali_dma_fence.c | 41 static const struct dma_fence_ops mali_dma_fence_ops = {
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_internal_sync.c | 36 static const struct dma_fence_ops fence_ops; 846 static const struct dma_fence_ops fence_ops = {
|
H A D | mali_dma_fence.c | 42 static const struct dma_fence_ops mali_dma_fence_ops = {.get_driver_name = mali_dma_fence_get_driver_name,
|
Completed in 10 milliseconds