Searched refs:unref_head (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_v3d.c | 309 list_add(&bo->unref_head, &list); in bin_bo_alloc() 315 struct vc4_bo, unref_head); in bin_bo_alloc() 317 list_del(&bo->unref_head); in bin_bo_alloc()
|
H A D | vc4_gem.c | 183 list_for_each_entry(bo, &exec[i]->unref_list, unref_head) in vc4_save_hang_state() 214 list_for_each_entry(bo, &exec[i]->unref_list, unref_head) { in vc4_save_hang_state() 568 list_for_each_entry(bo, &exec->unref_list, unref_head) { in vc4_update_bo_seqnos() 875 list_add_tail(&to_vc4_bo(&exec->exec_bo->base)->unref_head, in vc4_get_bcl() 945 struct vc4_bo, unref_head); in vc4_complete_exec() 946 list_del(&bo->unref_head); in vc4_complete_exec()
|
H A D | vc4_bo.c | 191 list_del(&bo->unref_head); in vc4_bo_remove_from_cache() 243 struct vc4_bo, unref_head); in vc4_bo_cache_purge() 527 struct vc4_bo, unref_head); in vc4_bo_cache_free_old() 599 list_add(&bo->unref_head, &vc4->bo_cache.time_list); in vc4_free_object()
|
H A D | vc4_render_cl.c | 334 list_add_tail(&to_vc4_bo(&setup->rcl->base)->unref_head, in vc4_create_rcl_bo()
|
H A D | vc4_drv.h | 256 struct list_head unref_head; member
|
/openbmc/linux/drivers/gpu/drm/v3d/ |
H A D | v3d_bo.c | 83 INIT_LIST_HEAD(&bo->unref_head); in v3d_create_object()
|
H A D | v3d_irq.c | 68 list_add_tail(&bo->unref_head, &v3d->bin_job->render->unref_list); in v3d_overflow_mem_work()
|
H A D | v3d_drv.h | 180 struct list_head unref_head; member
|
H A D | v3d_gem.c | 345 list_for_each_entry_safe(bo, save, &job->unref_list, unref_head) { in v3d_render_job_free()
|