Home
last modified time | relevance | path

Searched refs:x_dep_head (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/jm/
H A Dmali_kbase_jm_defs.h847 struct list_head x_dep_head; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_js.c248 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 Dmali_kbase_defs.h1277 struct list_head x_dep_head; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_js.c244 while (!list_empty(&queue->x_dep_head)) { in jsctx_queue_foreach_prio()
245 struct kbase_jd_atom *entry = list_entry(queue->x_dep_head.next, in jsctx_queue_foreach_prio()
254 list_del(queue->x_dep_head.next); in jsctx_queue_foreach_prio()
669 INIT_LIST_HEAD(&kctx->jsctx_queue[i][j].x_dep_head); in kbasep_js_kctx_init()
2526 list_add_tail(&katom->queue, &queue->x_dep_head);