Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_oa_types.h207 struct llist_head oa_config_bos; member
H A Dxe_oa.c703 llist_for_each_entry_safe(oa_bo, tmp, stream->oa_config_bos.first, node) in xe_oa_free_configs()
910 llist_add(&oa_bo->node, &stream->oa_config_bos); in __xe_oa_alloc_config_buffer()
924 llist_for_each_entry(oa_bo, stream->oa_config_bos.first, node) { in xe_oa_alloc_config_buffer()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_perf_types.h238 struct llist_head oa_config_bos; member
H A Di915_perf.c1644 llist_for_each_entry_safe(oa_bo, tmp, stream->oa_config_bos.first, node) in free_oa_configs()
2259 llist_add(&oa_bo->node, &stream->oa_config_bos); in alloc_oa_config_buffer()
2288 llist_for_each_entry(oa_bo, stream->oa_config_bos.first, node) { in get_oa_vma()