Home
last modified time | relevance | path

Searched refs:unref_head (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/vc4/
H A Dvc4_v3d.c309 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 Dvc4_gem.c184 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 Dvc4_bo.c191 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 Dv3d_irq.c70 list_add_tail(&bo->unref_head, &v3d->bin_job->render->unref_list); in v3d_overflow_mem_work()
H A Dv3d_drv.h246 struct list_head unref_head; member