Home
last modified time | relevance | path

Searched refs:mali_dma_fence_context (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_dma_fence.h29 struct mali_dma_fence_context;
42 struct mali_dma_fence_context *parent;
45 struct mali_dma_fence_context { struct
78 void mali_dma_fence_context_init(struct mali_dma_fence_context *dma_fence_context,
88 _mali_osk_errcode_t mali_dma_fence_context_add_waiters(struct mali_dma_fence_context *dma_fence_con…
95 void mali_dma_fence_context_term(struct mali_dma_fence_context *dma_fence_context);
101 void mali_dma_fence_context_dec_count(struct mali_dma_fence_context *dma_fence_context);
H A Dmali_dma_fence.c78 static void mali_dma_fence_context_cleanup(struct mali_dma_fence_context *dma_fence_context) in mali_dma_fence_context_cleanup()
110 struct mali_dma_fence_context *dma_fence_context; in mali_dma_fence_context_work_func()
114 dma_fence_context = container_of(work_handle, struct mali_dma_fence_context, work_handle); in mali_dma_fence_context_work_func()
126 struct mali_dma_fence_context *dma_fence_context = NULL; in mali_dma_fence_callback()
143 static _mali_osk_errcode_t mali_dma_fence_add_callback(struct mali_dma_fence_context *dma_fence_con… in mali_dma_fence_add_callback()
145 static _mali_osk_errcode_t mali_dma_fence_add_callback(struct mali_dma_fence_context *dma_fence_con… in mali_dma_fence_add_callback()
262 void mali_dma_fence_context_init(struct mali_dma_fence_context *dma_fence_context, in mali_dma_fence_context_init()
276 _mali_osk_errcode_t mali_dma_fence_context_add_waiters(struct mali_dma_fence_context *dma_fence_con… in mali_dma_fence_context_add_waiters()
342 void mali_dma_fence_context_term(struct mali_dma_fence_context *dma_fence_context) in mali_dma_fence_context_term()
352 void mali_dma_fence_context_dec_count(struct mali_dma_fence_context *dma_fence_context) in mali_dma_fence_context_dec_count()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_pp_job.h103 …struct mali_dma_fence_context dma_fence_context; /**< The mali dma fence context to record dma fen…