Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
H A Dvc4_bo.c50 if (!vc4->bo_labels[i].num_allocated) in vc4_bo_stats_print()
54 vc4->bo_labels[i].name, in vc4_bo_stats_print()
55 vc4->bo_labels[i].size_allocated / 1024, in vc4_bo_stats_print()
56 vc4->bo_labels[i].num_allocated); in vc4_bo_stats_print()
97 if (!vc4->bo_labels[i].name) { in vc4_get_user_label()
99 } else if (strcmp(vc4->bo_labels[i].name, name) == 0) { in vc4_get_user_label()
106 WARN_ON(vc4->bo_labels[free_slot].num_allocated != 0); in vc4_get_user_label()
107 vc4->bo_labels[free_slot].name = name; in vc4_get_user_label()
112 krealloc(vc4->bo_labels, in vc4_get_user_label()
122 vc4->bo_labels = new_labels; in vc4_get_user_label()
[all …]
H A Dvc4_drv.h130 } *bo_labels; member