Home
last modified time | relevance | path

Searched refs:DRM_BUDDY_TOPDOWN_ALLOCATION (Results 1 – 8 of 8) sorted by relevance

/linux/include/drm/
H A Ddrm_buddy.h26 #define DRM_BUDDY_TOPDOWN_ALLOCATION BIT(1) macro
/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_mock_manager.c46 mock_res->flags |= DRM_BUDDY_TOPDOWN_ALLOCATION; in ttm_mock_manager_alloc()
H A Dttm_bo_validate_test.c254 snd_place = ttm_place_kunit_init(test, snd_mem, DRM_BUDDY_TOPDOWN_ALLOCATION); in ttm_bo_validate_basic()
266 DRM_BUDDY_TOPDOWN_ALLOCATION); in ttm_bo_validate_basic()
/linux/drivers/gpu/drm/tests/
H A Ddrm_buddy_test.c291 DRM_BUDDY_TOPDOWN_ALLOCATION), in drm_test_buddy_alloc_clear()
397 DRM_BUDDY_TOPDOWN_ALLOCATION), in drm_test_buddy_alloc_clear()
/linux/drivers/gpu/drm/i915/
H A Di915_ttm_buddy_manager.c60 bman_res->flags |= DRM_BUDDY_TOPDOWN_ALLOCATION; in i915_ttm_buddy_man_alloc()
/linux/drivers/gpu/drm/xe/
H A Dxe_ttm_vram_mgr.c82 vres->flags |= DRM_BUDDY_TOPDOWN_ALLOCATION; in xe_ttm_vram_mgr_new()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.c503 vres->flags |= DRM_BUDDY_TOPDOWN_ALLOCATION; in amdgpu_vram_mgr_new()
/linux/drivers/gpu/drm/
H A Ddrm_buddy.c629 if (flags & DRM_BUDDY_TOPDOWN_ALLOCATION) { in alloc_from_freelist()