Home
last modified time | relevance | path

Searched refs:bin_bo_kref (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/vc4/
Dvc4_v3d.c290 kref_init(&vc4->bin_bo_kref); in bin_bo_alloc()
327 kref_get(&vc4->bin_bo_kref); in vc4_v3d_bin_bo_get()
342 struct vc4_dev *vc4 = container_of(ref, struct vc4_dev, bin_bo_kref); in bin_bo_release()
354 kref_put(&vc4->bin_bo_kref, bin_bo_release); in vc4_v3d_bin_bo_put()
Dvc4_drv.h227 struct kref bin_bo_kref; member