Searched refs:mock_bo (Results 1 – 1 of 1) sorted by relevance
204 struct ttm_buffer_object mock_bo = {}; in intel_region_ttm_resource_alloc() local234 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() local260 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 3 milliseconds