Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/
A Dintel_region_ttm.c204 struct ttm_buffer_object mock_bo = {}; in intel_region_ttm_resource_alloc() local
234 mock_bo.base.size = size; in intel_region_ttm_resource_alloc()
235 mock_bo.bdev = &mem->i915->bdev; in intel_region_ttm_resource_alloc()
237 ret = man->func->alloc(man, &mock_bo, &place, &res); in intel_region_ttm_resource_alloc()
258 struct ttm_buffer_object mock_bo = {}; in intel_region_ttm_resource_free() local
260 mock_bo.base.size = res->size; in intel_region_ttm_resource_free()
261 mock_bo.bdev = &mem->i915->bdev; in intel_region_ttm_resource_free()
262 res->bo = &mock_bo; in intel_region_ttm_resource_free()

Completed in 4 milliseconds