Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
H A Dvc4_bo.c42 return label >= VC4_BO_TYPE_COUNT; in is_user_label()
1017 vc4->bo_labels = kzalloc_objs(*vc4->bo_labels, VC4_BO_TYPE_COUNT); in vc4_bo_cache_init()
1020 vc4->num_labels = VC4_BO_TYPE_COUNT; in vc4_bo_cache_init()
1022 BUILD_BUG_ON(ARRAY_SIZE(bo_type_names) != VC4_BO_TYPE_COUNT); in vc4_bo_cache_init()
1023 for (i = 0; i < VC4_BO_TYPE_COUNT; i++) in vc4_bo_cache_init()
H A Dvc4_drv.h49 VC4_BO_TYPE_COUNT enumerator