Searched refs:x_dep_head (Results 1 - 8 of 8) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/jm/ |
H A D | mali_kbase_jm_defs.h | 801 * @x_dep_head: Head item of the linked list of atoms blocked on cross-slot 809 struct list_head x_dep_head; member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/jm/ |
H A D | mali_kbase_jm_defs.h | 860 * @x_dep_head: Head item of the linked list of atoms blocked on cross-slot 868 struct list_head x_dep_head; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_js.c | 240 while (!list_empty(&queue->x_dep_head)) {
in jsctx_queue_foreach_prio() 241 struct kbase_jd_atom *entry = list_entry(queue->x_dep_head.next, struct kbase_jd_atom, queue);
in jsctx_queue_foreach_prio() 243 list_del(queue->x_dep_head.next);
in jsctx_queue_foreach_prio() 560 INIT_LIST_HEAD(&kctx->jsctx_queue[i][j].x_dep_head);
in kbasep_js_kctx_init() 1921 list_add_tail(&katom->queue, &queue->x_dep_head);
in kbase_js_dep_resolved_submit()
|
H A D | mali_kbase_defs.h | 1254 * @x_dep_head: Head item of the linked list of atoms blocked on cross-slot
1262 struct list_head x_dep_head;
member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_js.c | 248 while (!list_empty(&queue->x_dep_head)) { in jsctx_queue_foreach_prio() 249 struct kbase_jd_atom *entry = list_entry(queue->x_dep_head.next, in jsctx_queue_foreach_prio() 252 list_del(queue->x_dep_head.next); in jsctx_queue_foreach_prio() 591 INIT_LIST_HEAD(&kctx->jsctx_queue[i][j].x_dep_head); in kbasep_js_kctx_init() 2015 list_add_tail(&katom->queue, &queue->x_dep_head); in kbase_js_dep_resolved_submit()
|
H A D | mali_kbase_defs.h | 1269 * @x_dep_head: Head item of the linked list of atoms blocked on cross-slot 1277 struct list_head x_dep_head; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_js.c | 234 while (!list_empty(&queue->x_dep_head)) { in jsctx_queue_foreach_prio() 235 struct kbase_jd_atom *entry = list_entry(queue->x_dep_head.next, struct kbase_jd_atom, queue); in jsctx_queue_foreach_prio() 240 list_del(queue->x_dep_head.next); in jsctx_queue_foreach_prio() 561 INIT_LIST_HEAD(&kctx->jsctx_queue[i][j].x_dep_head); in kbasep_js_kctx_init() 2156 list_add_tail(&katom->queue, &queue->x_dep_head);
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_js.c | 247 while (!list_empty(&queue->x_dep_head)) { in jsctx_queue_foreach_prio() 248 struct kbase_jd_atom *entry = list_entry(queue->x_dep_head.next, in jsctx_queue_foreach_prio() 257 list_del(queue->x_dep_head.next); in jsctx_queue_foreach_prio() 676 INIT_LIST_HEAD(&kctx->jsctx_queue[i][j].x_dep_head); in kbasep_js_kctx_init() 2547 list_add_tail(&katom->queue, &queue->x_dep_head);
|
Completed in 24 milliseconds