Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_buddy.h17 #define DRM_BUDDY_RANGE_ALLOCATION BIT(0) macro
/linux/drivers/gpu/drm/i915/
H A Di915_ttm_buddy_manager.c66 bman_res->flags |= DRM_BUDDY_RANGE_ALLOCATION; in i915_ttm_buddy_man_alloc()
379 flags |= DRM_BUDDY_RANGE_ALLOCATION; in i915_ttm_buddy_man_reserve()
/linux/drivers/gpu/drm/
H A Ddrm_buddy.c1070 if (flags & DRM_BUDDY_RANGE_ALLOCATION) in __drm_buddy_alloc_blocks()
1156 !(flags & DRM_BUDDY_RANGE_ALLOCATION)) in drm_buddy_alloc_blocks()
1195 !(flags & DRM_BUDDY_RANGE_ALLOCATION)) in drm_buddy_alloc_blocks()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.c310 DRM_BUDDY_RANGE_ALLOCATION)) in amdgpu_vram_mgr_do_reserve()
506 vres->flags |= DRM_BUDDY_RANGE_ALLOCATION; in amdgpu_vram_mgr_new()
/linux/drivers/gpu/drm/xe/
H A Dxe_ttm_vram_mgr.c85 vres->flags |= DRM_BUDDY_RANGE_ALLOCATION; in xe_ttm_vram_mgr_new()