Home
last modified time | relevance | path

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

/drivers/gpu/drm/vc4/
Dvc4_bo.c45 if (!vc4->bo_labels[i].num_allocated) in vc4_bo_stats_print()
49 vc4->bo_labels[i].name, in vc4_bo_stats_print()
50 vc4->bo_labels[i].size_allocated / 1024, in vc4_bo_stats_print()
51 vc4->bo_labels[i].num_allocated); in vc4_bo_stats_print()
92 if (!vc4->bo_labels[i].name) { in vc4_get_user_label()
94 } else if (strcmp(vc4->bo_labels[i].name, name) == 0) { in vc4_get_user_label()
101 WARN_ON(vc4->bo_labels[free_slot].num_allocated != 0); in vc4_get_user_label()
102 vc4->bo_labels[free_slot].name = name; in vc4_get_user_label()
107 krealloc(vc4->bo_labels, in vc4_get_user_label()
117 vc4->bo_labels = new_labels; in vc4_get_user_label()
[all …]
Dvc4_drv.h111 } *bo_labels; member