Home
last modified time | relevance | path

Searched refs:DRM_BUDDY_CLEAR_ALLOCATION (Results 1 – 3 of 3) sorted by relevance

/linux/include/drm/
H A Ddrm_buddy.h20 #define DRM_BUDDY_CLEAR_ALLOCATION BIT(3) macro
/linux/drivers/gpu/drm/
H A Ddrm_buddy.c591 bool needs_clear = flags & DRM_BUDDY_CLEAR_ALLOCATION; in block_incompatible()
746 tree = (flags & DRM_BUDDY_CLEAR_ALLOCATION) ? in alloc_from_freetree()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.c502 vres->flags |= DRM_BUDDY_CLEAR_ALLOCATION; in amdgpu_vram_mgr_new()