]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
Merge tag 'v5.3-rc1' into regulator-5.3
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_object.h
index c430e82590387872a51ec1a3b1cd156bcdf45cf8..d60593cc436e2727b1897ff8664dce85be711148 100644 (file)
@@ -155,7 +155,7 @@ static inline int amdgpu_bo_reserve(struct amdgpu_bo *bo, bool no_intr)
        struct amdgpu_device *adev = amdgpu_ttm_adev(bo->tbo.bdev);
        int r;
 
-       r = ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL);
+       r = __ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL);
        if (unlikely(r != 0)) {
                if (r != -ERESTARTSYS)
                        dev_err(adev->dev, "%p reserve failed\n", bo);
This page took 0.033936 seconds and 4 git commands to generate.