Searched refs:drm_buddy_block_offset (Results 1 – 8 of 8) sorted by relevance
54 if (drm_buddy_block_offset(block) < drm_buddy_block_offset(node)) in list_insert_sorted()188 block_start = drm_buddy_block_offset(block); in __force_merge()355 u64 offset = drm_buddy_block_offset(block); in split_block()509 block_start = drm_buddy_block_offset(block); in __alloc_range_bias()611 if (drm_buddy_block_offset(block) > in get_maxblock()612 drm_buddy_block_offset(max_block)) { in get_maxblock()712 block_start = drm_buddy_block_offset(block); in __alloc_range()822 rhs_offset = drm_buddy_block_offset(block); in __alloc_contig_try_harder()833 lhs_offset = drm_buddy_block_offset(block) - lhs_size; in __alloc_contig_try_harder()888 block_start = drm_buddy_block_offset(block); in drm_buddy_block_trim()[all …]
35 start = drm_buddy_block_offset(block); in xe_is_vram_mgr_blocks_contiguous()40 if (start + size != drm_buddy_block_offset(block)) in xe_is_vram_mgr_blocks_contiguous()163 u64 start = drm_buddy_block_offset(block); in xe_ttm_vram_mgr_new()190 vres->base.start = drm_buddy_block_offset(block) >> PAGE_SHIFT; in xe_ttm_vram_mgr_new()264 drm_buddy_block_offset(block) >> PAGE_SHIFT; in xe_ttm_vram_mgr_intersects()294 drm_buddy_block_offset(block) >> PAGE_SHIFT; in xe_ttm_vram_mgr_compatible()
106 cur->start = drm_buddy_block_offset(block) + start; in xe_res_first()218 cur->start = drm_buddy_block_offset(block) + start; in xe_res_next()
48 return drm_buddy_block_offset(block); in amdgpu_vram_mgr_block_start()
108 drm_buddy_block_offset(block) >> PAGE_SHIFT; in i915_ttm_buddy_man_alloc()179 drm_buddy_block_offset(block) >> PAGE_SHIFT; in i915_ttm_buddy_man_intersects()212 drm_buddy_block_offset(block) >> PAGE_SHIFT; in i915_ttm_buddy_man_compatible()
206 offset = drm_buddy_block_offset(block); in i915_rsgt_from_buddy_resource()
97 drm_buddy_block_offset(struct drm_buddy_block *block) in drm_buddy_block_offset() function
544 u64 start = drm_buddy_block_offset(block); in igt_object_mappable_total()
Completed in 18 milliseconds