]> Git Repo - J-linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
Merge tag 'rtw-next-2024-07-05' of https://github.com/pkshih/rtw
[J-linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_object.c
index 8d8c39be612953d43272ef34c87ece8fcd628b4c..c556c8b653fa44c9dcba9ba39036e6ac41f73df0 100644 (file)
@@ -604,8 +604,6 @@ int amdgpu_bo_create(struct amdgpu_device *adev,
        if (!amdgpu_bo_support_uswc(bo->flags))
                bo->flags &= ~AMDGPU_GEM_CREATE_CPU_GTT_USWC;
 
-       bo->flags |= AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE;
-
        bo->tbo.bdev = &adev->mman.bdev;
        if (bp->domain & (AMDGPU_GEM_DOMAIN_GWS | AMDGPU_GEM_DOMAIN_OA |
                          AMDGPU_GEM_DOMAIN_GDS))
This page took 0.028423 seconds and 4 git commands to generate.