Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
A 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()
53 vc4->bo_labels[i].num_allocated); in vc4_bo_stats_print()
94 if (!vc4->bo_labels[i].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()
963 vc4->bo_labels = kcalloc(VC4_BO_TYPE_COUNT, sizeof(*vc4->bo_labels), in vc4_bo_cache_init()
965 if (!vc4->bo_labels) in vc4_bo_cache_init()
1000 vc4->bo_labels[i].name); in vc4_bo_cache_destroy()
1004 kfree(vc4->bo_labels[i].name); in vc4_bo_cache_destroy()
[all …]
A Dvc4_drv.h113 } *bo_labels; member

Completed in 10 milliseconds