Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tests/
H A Ddrm_buddy_test.c68 DRM_BUDDY_RANGE_ALLOCATION), in drm_test_buddy_alloc_range_bias()
77 DRM_BUDDY_RANGE_ALLOCATION), in drm_test_buddy_alloc_range_bias()
86 DRM_BUDDY_RANGE_ALLOCATION), in drm_test_buddy_alloc_range_bias()
96 DRM_BUDDY_RANGE_ALLOCATION), in drm_test_buddy_alloc_range_bias()
105 DRM_BUDDY_RANGE_ALLOCATION), in drm_test_buddy_alloc_range_bias()
115 DRM_BUDDY_RANGE_ALLOCATION), in drm_test_buddy_alloc_range_bias()
127 DRM_BUDDY_RANGE_ALLOCATION), in drm_test_buddy_alloc_range_bias()
137 DRM_BUDDY_RANGE_ALLOCATION), in drm_test_buddy_alloc_range_bias()
150 DRM_BUDDY_RANGE_ALLOCATION), in drm_test_buddy_alloc_range_bias()
192 DRM_BUDDY_RANGE_ALLOCATION), in drm_test_buddy_alloc_range_bias()
[all …]
/linux/include/drm/
H A Ddrm_buddy.h25 #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/amd/amdgpu/
H A Damdgpu_vram_mgr.c307 DRM_BUDDY_RANGE_ALLOCATION)) in amdgpu_vram_mgr_do_reserve()
513 vres->flags |= DRM_BUDDY_RANGE_ALLOCATION; in amdgpu_vram_mgr_new()
/linux/drivers/gpu/drm/
H A Ddrm_buddy.c948 if (flags & DRM_BUDDY_RANGE_ALLOCATION) in __drm_buddy_alloc_blocks()
1064 !(flags & DRM_BUDDY_RANGE_ALLOCATION)) in drm_buddy_alloc_blocks()
/linux/drivers/gpu/drm/xe/
H A Dxe_ttm_vram_mgr.c84 vres->flags |= DRM_BUDDY_RANGE_ALLOCATION; in xe_ttm_vram_mgr_new()