Searched refs:bo_type (Results 1 – 2 of 2) sorted by relevance
1206 enum ttm_bo_type bo_type; in __i915_gem_ttm_object_init() local1220 bo_type = (obj->flags & I915_BO_ALLOC_USER) ? ttm_bo_type_device : in __i915_gem_ttm_object_init()1243 ret = ttm_bo_init_reserved(&i915->bdev, i915_gem_to_ttm(obj), bo_type, in __i915_gem_ttm_object_init()
1633 enum ttm_bo_type bo_type = ttm_bo_type_device; in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu() local1664 bo_type = ttm_bo_type_sg; in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()1705 bo_type, NULL, &gobj); in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()1717 if (bo_type == ttm_bo_type_sg) { in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()