Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/vc4/
H A Dvc4_bo.c49 if (!vc4->bo_labels[i].num_allocated) in vc4_bo_stats_print()
53 vc4->bo_labels[i].name, in vc4_bo_stats_print()
96 if (!vc4->bo_labels[i].name) { in vc4_get_user_label()
111 krealloc(vc4->bo_labels, in vc4_get_user_label()
121 vc4->bo_labels = new_labels; in vc4_get_user_label()
1017 vc4->bo_labels = kcalloc(VC4_BO_TYPE_COUNT, sizeof(*vc4->bo_labels), in vc4_bo_cache_init()
1019 if (!vc4->bo_labels) in vc4_bo_cache_init()
1029 kfree(vc4->bo_labels); in vc4_bo_cache_init()
1056 vc4->bo_labels[i].name); in vc4_bo_cache_destroy()
1060 kfree(vc4->bo_labels[i].name); in vc4_bo_cache_destroy()
[all …]
H A Dvc4_drv.h130 } *bo_labels; member