Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/
Dintel_region_ttm.c205 struct ttm_buffer_object mock_bo = {}; in intel_region_ttm_resource_alloc() local
223 mock_bo.base.size = size; in intel_region_ttm_resource_alloc()
224 mock_bo.bdev = &mem->i915->bdev; in intel_region_ttm_resource_alloc()
226 ret = man->func->alloc(man, &mock_bo, &place, &res); in intel_region_ttm_resource_alloc()
245 struct ttm_buffer_object mock_bo = {}; in intel_region_ttm_resource_free() local
247 mock_bo.base.size = res->num_pages << PAGE_SHIFT; in intel_region_ttm_resource_free()
248 mock_bo.bdev = &mem->i915->bdev; in intel_region_ttm_resource_free()
249 res->bo = &mock_bo; in intel_region_ttm_resource_free()