]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
Merge tag 'hwlock-v4.19' of git://github.com/andersson/remoteproc
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_gem.c
index bcbdcf997d2071aa88edbbf45d2617b908927e0b..71792d820ae0cba1306b721744b0d915cbe4da84 100644 (file)
@@ -344,7 +344,7 @@ int amdgpu_gem_userptr_ioctl(struct drm_device *dev, void *data,
                if (r)
                        goto free_pages;
 
-               amdgpu_ttm_placement_from_domain(bo, AMDGPU_GEM_DOMAIN_GTT);
+               amdgpu_bo_placement_from_domain(bo, AMDGPU_GEM_DOMAIN_GTT);
                r = ttm_bo_validate(&bo->tbo, &bo->placement, &ctx);
                amdgpu_bo_unreserve(bo);
                if (r)
This page took 0.033981 seconds and 4 git commands to generate.