Symbol: GPU_BUDDY_RANGE_ALLOCATION
drivers/gpu/buddy.c
1276
if (flags & GPU_BUDDY_RANGE_ALLOCATION)
drivers/gpu/buddy.c
1372
!(flags & GPU_BUDDY_RANGE_ALLOCATION))
drivers/gpu/buddy.c
1429
!(flags & GPU_BUDDY_RANGE_ALLOCATION))
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
311
GPU_BUDDY_RANGE_ALLOCATION))
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
507
vres->flags |= GPU_BUDDY_RANGE_ALLOCATION;
drivers/gpu/drm/i915/i915_ttm_buddy_manager.c
380
flags |= GPU_BUDDY_RANGE_ALLOCATION;
drivers/gpu/drm/i915/i915_ttm_buddy_manager.c
67
bman_res->flags |= GPU_BUDDY_RANGE_ALLOCATION;
drivers/gpu/drm/xe/xe_ttm_vram_mgr.c
89
vres->flags |= GPU_BUDDY_RANGE_ALLOCATION;
drivers/gpu/tests/gpu_buddy_test.c
1001
GPU_BUDDY_RANGE_ALLOCATION),
drivers/gpu/tests/gpu_buddy_test.c
1373
GPU_BUDDY_RANGE_ALLOCATION);
drivers/gpu/tests/gpu_buddy_test.c
1378
GPU_BUDDY_CONTIGUOUS_ALLOCATION | GPU_BUDDY_RANGE_ALLOCATION);
drivers/gpu/tests/gpu_buddy_test.c
336
GPU_BUDDY_RANGE_ALLOCATION),
drivers/gpu/tests/gpu_buddy_test.c
345
GPU_BUDDY_RANGE_ALLOCATION),
drivers/gpu/tests/gpu_buddy_test.c
354
GPU_BUDDY_RANGE_ALLOCATION),
drivers/gpu/tests/gpu_buddy_test.c
364
GPU_BUDDY_RANGE_ALLOCATION),
drivers/gpu/tests/gpu_buddy_test.c
373
GPU_BUDDY_RANGE_ALLOCATION),
drivers/gpu/tests/gpu_buddy_test.c
383
GPU_BUDDY_RANGE_ALLOCATION),
drivers/gpu/tests/gpu_buddy_test.c
395
GPU_BUDDY_RANGE_ALLOCATION),
drivers/gpu/tests/gpu_buddy_test.c
405
GPU_BUDDY_RANGE_ALLOCATION),
drivers/gpu/tests/gpu_buddy_test.c
418
GPU_BUDDY_RANGE_ALLOCATION),
drivers/gpu/tests/gpu_buddy_test.c
460
GPU_BUDDY_RANGE_ALLOCATION),
drivers/gpu/tests/gpu_buddy_test.c
489
GPU_BUDDY_RANGE_ALLOCATION),
drivers/gpu/tests/gpu_buddy_test.c
511
flags = GPU_BUDDY_CLEAR_ALLOCATION | GPU_BUDDY_RANGE_ALLOCATION;
drivers/gpu/tests/gpu_buddy_test.c
991
GPU_BUDDY_RANGE_ALLOCATION),
rust/bindings/bindings_helper.h
155
const unsigned long RUST_CONST_HELPER_GPU_BUDDY_RANGE_ALLOCATION = GPU_BUDDY_RANGE_ALLOCATION;