Home
last modified time | relevance | path

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

/linux-6.1.9/include/drm/
Ddrm_buddy.h25 #define DRM_BUDDY_RANGE_ALLOCATION (1 << 0) macro
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_ttm_buddy_manager.c63 bman_res->flags |= DRM_BUDDY_RANGE_ALLOCATION; in i915_ttm_buddy_man_alloc()
403 flags |= DRM_BUDDY_RANGE_ALLOCATION; in i915_ttm_buddy_man_reserve()
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vram_mgr.c281 DRM_BUDDY_RANGE_ALLOCATION)) in amdgpu_vram_mgr_do_reserve()
440 vres->flags |= DRM_BUDDY_RANGE_ALLOCATION; in amdgpu_vram_mgr_new()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_buddy.c708 if (flags & DRM_BUDDY_RANGE_ALLOCATION) in drm_buddy_alloc_blocks()
/linux-6.1.9/drivers/gpu/drm/tests/
Ddrm_buddy_test.c638 unsigned long flags = DRM_BUDDY_RANGE_ALLOCATION; in drm_test_buddy_alloc_range()