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

/linux-master/include/uapi/drm/
H A Damdgpu_drm.h138 #define AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE (1 << 9) macro
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c599 bo->flags |= AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE;
1362 !(abo->flags & AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE) ||
H A Damdgpu_amdkfd_gpuvm.c1712 alloc_flags = AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE;
H A Damdgpu_ttm.c378 (abo->flags & AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE)) {

Completed in 215 milliseconds