Home
last modified time | relevance | path

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

/linux/include/uapi/drm/
H A Damdgpu_drm.h148 #define AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE (1 << 9) macro
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c1329 !(abo->flags & AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE) || in amdgpu_bo_release_notify()
H A Damdgpu_gem.c180 flags |= AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE; in amdgpu_gem_object_create()
H A Damdgpu_amdkfd_gpuvm.c1738 alloc_flags = AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE | in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
H A Damdgpu_ttm.c431 (abo->flags & AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE)) { in amdgpu_move_blit()