Searched refs:unref_head (Results 1 – 5 of 5) sorted by relevance
/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 | 184 list_for_each_entry(bo, &exec[i]->unref_list, unref_head) in vc4_save_hang_state() 215 list_for_each_entry(bo, &exec[i]->unref_list, unref_head) { in vc4_save_hang_state() 808 list_add_tail(&to_vc4_bo(&exec->exec_bo->base)->unref_head, in vc4_get_bcl() 872 struct vc4_bo, unref_head); in vc4_complete_exec() 873 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()
|
/linux/drivers/gpu/drm/v3d/ |
H A D | v3d_irq.c | 70 list_add_tail(&bo->unref_head, &v3d->bin_job->render->unref_list); in v3d_overflow_mem_work()
|
H A D | v3d_drv.h | 246 struct list_head unref_head; member
|