Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_buddy.h25 #define DRM_BUDDY_RANGE_ALLOCATION (1 << 0) macro
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_ttm_buddy_manager.c63 bman_res->flags |= DRM_BUDDY_RANGE_ALLOCATION; in i915_ttm_buddy_man_alloc()
396 flags |= DRM_BUDDY_RANGE_ALLOCATION; in i915_ttm_buddy_man_reserve()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.c281 DRM_BUDDY_RANGE_ALLOCATION)) in amdgpu_vram_mgr_do_reserve()
479 vres->flags |= DRM_BUDDY_RANGE_ALLOCATION; in amdgpu_vram_mgr_new()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_buddy.c718 if (flags & DRM_BUDDY_RANGE_ALLOCATION) in drm_buddy_alloc_blocks()
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_buddy_test.c639 unsigned long flags = DRM_BUDDY_RANGE_ALLOCATION; in drm_test_buddy_alloc_range()