Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_bo.c48 if (!vc4->bo_labels[i].num_allocated) in vc4_bo_stats_dump()
52 vc4->bo_labels[i].name, in vc4_bo_stats_dump()
53 vc4->bo_labels[i].size_allocated / 1024, in vc4_bo_stats_dump()
54 vc4->bo_labels[i].num_allocated); in vc4_bo_stats_dump()
79 if (!vc4->bo_labels[i].num_allocated) in vc4_bo_stats_debugfs()
83 vc4->bo_labels[i].name, in vc4_bo_stats_debugfs()
84 vc4->bo_labels[i].size_allocated / 1024, in vc4_bo_stats_debugfs()
85 vc4->bo_labels[i].num_allocated); in vc4_bo_stats_debugfs()
118 if (!vc4->bo_labels[i].name) { in vc4_get_user_label()
120 } else if (strcmp(vc4->bo_labels[i].name, name) == 0) { in vc4_get_user_label()
[all …]
Dvc4_drv.h106 } *bo_labels; member