Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/vc4/
Dvc4_bo.c47 if (!vc4->bo_labels[i].num_allocated) in vc4_bo_stats_print()
51 vc4->bo_labels[i].name, in vc4_bo_stats_print()
52 vc4->bo_labels[i].size_allocated / 1024, in vc4_bo_stats_print()
53 vc4->bo_labels[i].num_allocated); in vc4_bo_stats_print()
94 if (!vc4->bo_labels[i].name) { in vc4_get_user_label()
96 } else if (strcmp(vc4->bo_labels[i].name, name) == 0) { in vc4_get_user_label()
103 WARN_ON(vc4->bo_labels[free_slot].num_allocated != 0); in vc4_get_user_label()
104 vc4->bo_labels[free_slot].name = name; in vc4_get_user_label()
109 krealloc(vc4->bo_labels, in vc4_get_user_label()
119 vc4->bo_labels = new_labels; in vc4_get_user_label()
[all …]
Dvc4_drv.h113 } *bo_labels; member