Home
last modified time | relevance | path

Searched refs:AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c607 bo->flags |= AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE; in amdgpu_bo_create()
1368 !(abo->flags & AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE) || in amdgpu_bo_release_notify()
H A Damdgpu_ttm.c383 (abo->flags & AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE)) { in amdgpu_move_blit()
H A Damdgpu_amdkfd_gpuvm.c1661 alloc_flags = AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE; in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
/openbmc/linux/include/uapi/drm/
H A Damdgpu_drm.h138 #define AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE (1 << 9) macro