Home
last modified time | relevance | path

Searched refs:pulled (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_js.c342 /* Atoms must be pulled in the correct order. */ in jsctx_rb_pull()
383 * pulled.
699 * can currently be pulled from it.
725 * This function should be used when a context has been pulled from, and there
846 * kbase_js_ctx_pullable - Return if a context can be pulled from on the
854 * Return: true if context can be pulled from on specified slot
1807 /* De-ref the previous retain to ensure each context gets pulled out in kbasep_js_suspend()
2010 int pulled; in kbase_js_pull() local
2060 pulled = atomic_inc_return(&kctx->atoms_pulled); in kbase_js_pull()
2061 if (pulled in kbase_js_pull()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_js.c353 /* Atoms must be pulled in the correct order. */ in jsctx_rb_pull()
395 * pulled.
732 * can currently be pulled from it.
760 * This function should be used when a context has been pulled from, and there
889 * kbase_js_ctx_pullable - Return if a context can be pulled from on the
897 * Return: true if context can be pulled from on specified slot
1897 /* De-ref the previous retain to ensure each context gets pulled out in kbasep_js_suspend()
2110 int pulled; in kbase_js_pull() local
2155 pulled = atomic_inc_return(&kctx->atoms_pulled); in kbase_js_pull()
2156 if (pulled in kbase_js_pull()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_js.c344 /* Atoms must be pulled in the correct order. */ in jsctx_rb_pull()
390 * pulled.
705 * can currently be pulled from it.
731 * This function should be used when a context has been pulled from, and there
858 * kbase_js_ctx_pullable - Return if a context can be pulled from on the
866 * Return: true if context can be pulled from on specified slot
2003 /* De-ref the previous retain to ensure each context gets pulled out
2269 int pulled; local
2333 pulled = atomic_inc_return(&kctx->atoms_pulled);
2334 if (pulled
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_js.c369 /* Atoms must be pulled in the correct order. */ in jsctx_rb_pull()
415 * pulled.
778 * pulled for a slot from a ctx, based on
781 * @katom: atom pulled
783 * Manages counts of atoms pulled (including per-priority-level counts), for
787 * pulled from, hence this function should not be called in that case.
791 * Return: new total count of atoms pulled from all slots on @kctx
805 "Should not have pulled atoms for slot %d from a context that is blocked at priority %d or higher", in kbase_jsctx_slot_atom_pulled_inc()
817 * pulled for a slot from a ctx, and
824 * has any pulled atom
2674 int pulled; global() local
[all...]

Completed in 12 milliseconds