Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/tests/
H A Ddrm_buddy_test.c455 DRM_BUDDY_CONTIGUOUS_ALLOCATION), in drm_test_buddy_alloc_contiguous()
461 DRM_BUDDY_CONTIGUOUS_ALLOCATION), in drm_test_buddy_alloc_contiguous()
465 DRM_BUDDY_CONTIGUOUS_ALLOCATION), in drm_test_buddy_alloc_contiguous()
471 DRM_BUDDY_CONTIGUOUS_ALLOCATION), in drm_test_buddy_alloc_contiguous()
480 DRM_BUDDY_CONTIGUOUS_ALLOCATION), in drm_test_buddy_alloc_contiguous()
486 DRM_BUDDY_CONTIGUOUS_ALLOCATION), in drm_test_buddy_alloc_contiguous()
/linux-6.15/include/drm/
H A Ddrm_buddy.h27 #define DRM_BUDDY_CONTIGUOUS_ALLOCATION BIT(2) macro
/linux-6.15/drivers/gpu/drm/ttm/tests/
H A Dttm_mock_manager.c49 mock_res->flags |= DRM_BUDDY_CONTIGUOUS_ALLOCATION; in ttm_mock_manager_alloc()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.c506 vres->flags |= DRM_BUDDY_CONTIGUOUS_ALLOCATION; in amdgpu_vram_mgr_new()
555 vres->flags &= ~DRM_BUDDY_CONTIGUOUS_ALLOCATION; in amdgpu_vram_mgr_new()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_ttm_buddy_manager.c63 bman_res->flags |= DRM_BUDDY_CONTIGUOUS_ALLOCATION; in i915_ttm_buddy_man_alloc()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_buddy.c1025 if (flags & DRM_BUDDY_CONTIGUOUS_ALLOCATION) { in drm_buddy_alloc_blocks()
1068 if (flags & DRM_BUDDY_CONTIGUOUS_ALLOCATION && in drm_buddy_alloc_blocks()