Searched refs:jsctx_rb_none_to_pull (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_js.c | 184 * jsctx_rb_none_to_pull(): - Check if all priority ring buffers have no
194 static inline bool jsctx_rb_none_to_pull(struct kbase_context *kctx, int js)
in jsctx_rb_none_to_pull() function 1910 if (jsctx_rb_none_to_pull(kctx, katom->slot_nr)) {
in kbase_js_dep_resolved_submit() 2118 if (!atomic_read(&kctx->atoms_pulled_slot[js]) && jsctx_rb_none_to_pull(kctx, js)) {
in js_return_worker() 2248 if (!atomic_read(&kctx->atoms_pulled_slot[atom_slot]) && jsctx_rb_none_to_pull(kctx, atom_slot)) {
in kbase_js_complete_atom_wq()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_js.c | 189 * jsctx_rb_none_to_pull(): - Check if all priority ring buffers have no 200 jsctx_rb_none_to_pull(struct kbase_context *kctx, int js) in jsctx_rb_none_to_pull() function 2003 if (jsctx_rb_none_to_pull(kctx, katom->slot_nr)) { in kbase_js_dep_resolved_submit() 2215 jsctx_rb_none_to_pull(kctx, js)) in js_return_worker() 2353 jsctx_rb_none_to_pull(kctx, atom_slot)) { in kbase_js_complete_atom_wq()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_js.c | 166 * jsctx_rb_none_to_pull(): - Check if all priority ring buffers have no 176 static inline bool jsctx_rb_none_to_pull(struct kbase_context *kctx, int js) in jsctx_rb_none_to_pull() function 2142 if (jsctx_rb_none_to_pull(kctx, katom->slot_nr)) { 2583 if (!atomic_read(&kctx->atoms_pulled_slot[js]) && jsctx_rb_none_to_pull(kctx, js)) { 2892 if (!atomic_read(&kctx->atoms_pulled_slot[atom_slot]) && jsctx_rb_none_to_pull(kctx, atom_slot)) {
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_js.c | 172 * jsctx_rb_none_to_pull(): - Check if all priority ring buffers have no 183 jsctx_rb_none_to_pull(struct kbase_context *kctx, int js) in jsctx_rb_none_to_pull() function 2531 if (jsctx_rb_none_to_pull(kctx, katom->slot_nr)) { 3011 jsctx_rb_none_to_pull(kctx, js)) 3350 jsctx_rb_none_to_pull(kctx, atom_slot)) {
|
Completed in 18 milliseconds