Searched refs:bo_type (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_ttm.c1513 enum ttm_bo_type bo_type; local
1527 bo_type = (obj->flags & I915_BO_ALLOC_USER) ? ttm_bo_type_device :
1550 ret = ttm_bo_init_reserved(&i915->bdev, i915_gem_to_ttm(obj), bo_type,
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c1639 enum ttm_bo_type bo_type = ttm_bo_type_device; local
1681 bo_type = ttm_bo_type_sg;
1730 bo_type, NULL, &gobj, xcp_id + 1);
1742 if (bo_type == ttm_bo_type_sg) {

Completed in 90 milliseconds