Searched refs:shared_count (Results 1 - 7 of 7) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
H A D | dma-buf.c | 302 unsigned shared_count, seq; in dma_buf_poll() local 324 shared_count = fobj->shared_count; in dma_buf_poll() 326 shared_count = 0; in dma_buf_poll() 335 if (fence_excl && (!(events & EPOLLOUT) || shared_count == 0)) { in dma_buf_poll() 339 if (shared_count == 0) { in dma_buf_poll() 371 if ((events & EPOLLOUT) && shared_count > 0) { in dma_buf_poll() 388 for (i = 0; i < shared_count; ++i) { in dma_buf_poll() 411 if (i == shared_count) { in dma_buf_poll() 1492 int count = 0, attach_count, shared_count, in dma_buf_debug_show() local [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_dma_fence.c | 226 unsigned int shared_count = 0; in kbase_dma_fence_add_reservation_callback() local 229 err = reservation_object_get_fences_rcu(resv, &excl_fence, &shared_count, &shared_fences); in kbase_dma_fence_add_reservation_callback() 250 for (i = 0; i < shared_count; i++) { in kbase_dma_fence_add_reservation_callback() 264 for (i = 0; i < shared_count; i++) { in kbase_dma_fence_add_reservation_callback()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_dma_fence.c | 247 unsigned int shared_count = 0; in kbase_dma_fence_add_reservation_callback() local 259 &shared_count, in kbase_dma_fence_add_reservation_callback() 281 for (i = 0; i < shared_count; i++) { in kbase_dma_fence_add_reservation_callback() 296 for (i = 0; i < shared_count; i++) in kbase_dma_fence_add_reservation_callback()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_dma_fence.c | 280 u32 shared_count = 0, i; in mali_dma_fence_context_add_waiters() local 293 &shared_count, &shared_fences); in mali_dma_fence_context_add_waiters() 309 for (i = 0; i < shared_count; i++) { in mali_dma_fence_context_add_waiters() 328 for (i = 0; i < shared_count; i++) { in mali_dma_fence_context_add_waiters()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_dma_fence.c | 238 unsigned int shared_count = 0; in kbase_dma_fence_add_reservation_callback() local 241 err = reservation_object_get_fences_rcu(resv, &excl_fence, &shared_count, &shared_fences); in kbase_dma_fence_add_reservation_callback() 262 for (i = 0; i < shared_count; i++) { in kbase_dma_fence_add_reservation_callback() 276 for (i = 0; i < shared_count; i++) { in kbase_dma_fence_add_reservation_callback()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_dma_fence.c | 268 u32 shared_count = 0, i; in mali_dma_fence_context_add_waiters() local 280 ret = reservation_object_get_fences_rcu(dma_reservation_object, &exclusive_fence, &shared_count, &shared_fences); in mali_dma_fence_context_add_waiters() 296 for (i = 0; i < shared_count; i++) { in mali_dma_fence_context_add_waiters() 315 for (i = 0; i < shared_count; i++) { in mali_dma_fence_context_add_waiters()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_dma_fence.c | 233 unsigned int shared_count = 0; in kbase_dma_fence_add_reservation_callback() local 238 &shared_count, in kbase_dma_fence_add_reservation_callback() 260 for (i = 0; i < shared_count; i++) { in kbase_dma_fence_add_reservation_callback() 275 for (i = 0; i < shared_count; i++) in kbase_dma_fence_add_reservation_callback()
|
Completed in 7 milliseconds