Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/vc4/
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()
54 vc4->bo_labels[i].size_allocated / 1024, in vc4_bo_stats_print()
55 vc4->bo_labels[i].num_allocated); in vc4_bo_stats_print()
96 if (!vc4->bo_labels[i].name) { in vc4_get_user_label()
98 } else if (strcmp(vc4->bo_labels[i].name, name) == 0) { in vc4_get_user_label()
105 WARN_ON(vc4->bo_labels[free_slot].num_allocated != 0); in vc4_get_user_label()
106 vc4->bo_labels[free_slot].name = 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()
[all …]
Dvc4_drv.h116 } *bo_labels; member