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 D | mali_kbase_jm_defs.h | 769 * @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 D | mali_kbase_jm_defs.h | 826 * @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 D | mali_kbase_softjobs.c | 925 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 D | mali_kbase_defs.h | 1477 struct list_head jit_atoms_head;
member
|
H A D | mali_kbase_mem.c | 1883 INIT_LIST_HEAD(&kctx->jit_atoms_head);
in kbase_jit_init()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_softjobs.c | 954 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 D | mali_kbase_defs.h | 1497 struct list_head jit_atoms_head; member
|
H A D | mali_kbase_mem.c | 1915 INIT_LIST_HEAD(&kctx->jit_atoms_head); in kbase_jit_init()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_softjobs.c | 992 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 D | mali_kbase_mem.c | 3128 INIT_LIST_HEAD(&kctx->jctx.jit_atoms_head); in kbase_jit_init()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_softjobs.c | 1020 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 D | mali_kbase_mem.c | 3554 INIT_LIST_HEAD(&kctx->jctx.jit_atoms_head); in kbase_jit_init()
|
Completed in 33 milliseconds