]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
Merge remote-tracking branch 'regulator/fix/core' into regulator-linus
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_object.c
index 57adcad2f7ba19e7261efd97faa0e5c7d57b9ab3..08b09d55b96fedbe77bfa7a9925e61f8bd3028a5 100644 (file)
@@ -127,7 +127,7 @@ static void amdgpu_ttm_placement_init(struct amdgpu_device *adev,
                        placements[c].fpfn =
                                adev->mc.visible_vram_size >> PAGE_SHIFT;
                        placements[c++].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED |
-                               TTM_PL_FLAG_VRAM;
+                               TTM_PL_FLAG_VRAM | TTM_PL_FLAG_TOPDOWN;
                }
                placements[c].fpfn = 0;
                placements[c++].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED |
This page took 0.032823 seconds and 4 git commands to generate.