Searched refs:unref_head (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
D | vc4_v3d.c | 302 list_add(&bo->unref_head, &list); in bin_bo_alloc() 308 struct vc4_bo, unref_head); in bin_bo_alloc() 310 list_del(&bo->unref_head); in bin_bo_alloc()
|
D | vc4_gem.c | 180 list_for_each_entry(bo, &exec[i]->unref_list, unref_head) in vc4_save_hang_state() 211 list_for_each_entry(bo, &exec[i]->unref_list, unref_head) { in vc4_save_hang_state() 549 list_for_each_entry(bo, &exec->unref_list, unref_head) { in vc4_update_bo_seqnos() 897 list_add_tail(&to_vc4_bo(&exec->exec_bo->base)->unref_head, in vc4_get_bcl() 967 struct vc4_bo, unref_head); in vc4_complete_exec() 968 list_del(&bo->unref_head); in vc4_complete_exec()
|
D | vc4_bo.c | 186 list_del(&bo->unref_head); in vc4_bo_remove_from_cache() 238 struct vc4_bo, unref_head); in vc4_bo_cache_purge() 507 struct vc4_bo, unref_head); in vc4_bo_cache_free_old() 579 list_add(&bo->unref_head, &vc4->bo_cache.time_list); in vc4_free_object()
|
D | vc4_render_cl.c | 334 list_add_tail(&to_vc4_bo(&setup->rcl->base)->unref_head, in vc4_create_rcl_bo()
|
D | vc4_drv.h | 260 struct list_head unref_head; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/v3d/ |
D | v3d_bo.c | 82 INIT_LIST_HEAD(&bo->unref_head); in v3d_create_object()
|
D | v3d_irq.c | 68 list_add_tail(&bo->unref_head, &v3d->bin_job->render->unref_list); in v3d_overflow_mem_work()
|
D | v3d_drv.h | 147 struct list_head unref_head; member
|
D | v3d_gem.c | 386 list_for_each_entry_safe(bo, save, &job->unref_list, unref_head) { in v3d_render_job_free()
|