Home
last modified time | relevance | path

Searched refs:jit_atoms_head (Results 1 - 12 of 12) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/jm/
H A Dmali_kbase_jm_defs.h769 * @jit_atoms_head: A list of the just-in-time memory soft-jobs, both
793 struct list_head jit_atoms_head; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/jm/
H A Dmali_kbase_jm_defs.h826 * @jit_atoms_head: A list of the just-in-time memory soft-jobs, both
851 struct list_head jit_atoms_head; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_softjobs.c925 list_add_tail(&katom->jit_node, &kctx->jit_atoms_head); in kbase_jit_allocate_prepare()
985 jit_atom = list_first_entry(&kctx->jit_atoms_head, struct kbase_jd_atom, jit_node); in kbase_jit_allocate_process()
987 list_for_each_entry(jit_atom, &kctx->jit_atoms_head, jit_node) in kbase_jit_allocate_process()
1061 /* Remove atom from jit_atoms_head list */ in kbase_jit_allocate_finish()
1079 list_add_tail(&katom->jit_node, &kctx->jit_atoms_head); in kbase_jit_free_prepare()
1129 /* Remove this atom from the kctx->jit_atoms_head list */ in kbase_jit_free_finish()
H A Dmali_kbase_defs.h1477 struct list_head jit_atoms_head; member
H A Dmali_kbase_mem.c1883 INIT_LIST_HEAD(&kctx->jit_atoms_head); in kbase_jit_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_softjobs.c954 list_add_tail(&katom->jit_node, &kctx->jit_atoms_head); in kbase_jit_allocate_prepare()
1013 jit_atom = list_first_entry(&kctx->jit_atoms_head, in kbase_jit_allocate_process()
1016 list_for_each_entry(jit_atom, &kctx->jit_atoms_head, jit_node) { in kbase_jit_allocate_process()
1092 /* Remove atom from jit_atoms_head list */ in kbase_jit_allocate_finish()
1110 list_add_tail(&katom->jit_node, &kctx->jit_atoms_head); in kbase_jit_free_prepare()
1160 /* Remove this atom from the kctx->jit_atoms_head list */ in kbase_jit_free_finish()
H A Dmali_kbase_defs.h1497 struct list_head jit_atoms_head; member
H A Dmali_kbase_mem.c1915 INIT_LIST_HEAD(&kctx->jit_atoms_head); in kbase_jit_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_softjobs.c992 list_add_tail(&katom->jit_node, &kctx->jctx.jit_atoms_head); in kbase_jit_allocate_prepare()
1115 list_for_each_entry(jit_atom, &kctx->jctx.jit_atoms_head, jit_node) in kbase_jit_allocate_process()
1223 /* Remove atom from jit_atoms_head list */ in kbase_jit_allocate_finish()
1282 list_add_tail(&katom->jit_node, &kctx->jctx.jit_atoms_head); in kbase_jit_free_prepare()
1367 /* Remove this atom from the jit_atoms_head list */ in kbase_jit_free_finish()
H A Dmali_kbase_mem.c3128 INIT_LIST_HEAD(&kctx->jctx.jit_atoms_head); in kbase_jit_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_softjobs.c1020 list_add_tail(&katom->jit_node, &kctx->jctx.jit_atoms_head); in kbase_jit_allocate_prepare()
1144 list_for_each_entry(jit_atom, &kctx->jctx.jit_atoms_head, jit_node) { in kbase_jit_allocate_process()
1257 /* Remove atom from jit_atoms_head list */ in kbase_jit_allocate_finish()
1315 list_add_tail(&katom->jit_node, &kctx->jctx.jit_atoms_head); in kbase_jit_free_prepare()
1402 /* Remove this atom from the jit_atoms_head list */ in kbase_jit_free_finish()
H A Dmali_kbase_mem.c3554 INIT_LIST_HEAD(&kctx->jctx.jit_atoms_head); in kbase_jit_init()

Completed in 33 milliseconds