Searched refs:bman_res (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_ttm_buddy_manager.c40 struct i915_ttm_buddy_resource *bman_res; local
51 bman_res = kzalloc(sizeof(*bman_res), GFP_KERNEL);
52 if (!bman_res)
55 ttm_resource_init(bo, place, &bman_res->base);
56 INIT_LIST_HEAD(&bman_res->blocks);
57 bman_res->mm = mm;
60 bman_res->flags |= DRM_BUDDY_TOPDOWN_ALLOCATION;
63 bman_res->flags |= DRM_BUDDY_RANGE_ALLOCATION;
65 GEM_BUG_ON(!bman_res
157 struct i915_ttm_buddy_resource *bman_res = to_ttm_buddy_resource(res); local
174 struct i915_ttm_buddy_resource *bman_res = to_ttm_buddy_resource(res); local
212 struct i915_ttm_buddy_resource *bman_res = to_ttm_buddy_resource(res); local
[all...]
H A Di915_scatterlist.c167 struct i915_ttm_buddy_resource *bman_res = to_ttm_buddy_resource(res); local
170 struct drm_buddy *mm = bman_res->mm;
171 struct list_head *blocks = &bman_res->blocks;
/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Dintel_memory_region.c536 struct i915_ttm_buddy_resource *bman_res = local
538 struct drm_buddy *mm = bman_res->mm;
543 list_for_each_entry(block, &bman_res->blocks, link) {
/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_ttm.c677 struct i915_ttm_buddy_resource *bman_res = to_ttm_buddy_resource(res); local
682 return bman_res->used_visible_size == PFN_UP(bman_res->base.size);

Completed in 124 milliseconds