Home
last modified time | relevance | path

Searched refs:oa_config_bos (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Di915_perf_types.h238 struct llist_head oa_config_bos; member
H A Di915_perf.c1645 llist_for_each_entry_safe(oa_bo, tmp, stream->oa_config_bos.first, node) in free_oa_configs()
2260 llist_add(&oa_bo->node, &stream->oa_config_bos); in alloc_oa_config_buffer()
2289 llist_for_each_entry(oa_bo, stream->oa_config_bos.first, node) { in get_oa_vma()
/linux/drivers/gpu/drm/xe/
H A Dxe_oa.c709 llist_for_each_entry_safe(oa_bo, tmp, stream->oa_config_bos.first, node) in xe_oa_free_configs()
922 llist_add(&oa_bo->node, &stream->oa_config_bos); in __xe_oa_alloc_config_buffer()
936 llist_for_each_entry(oa_bo, stream->oa_config_bos.first, node) { in xe_oa_alloc_config_buffer()