]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
cgroup: bpf: Add bpf_skb_in_cgroup_proto
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_object.h
index acc08018c6cc1ebfb50493b4e6a6080ab04de49a..bdb01d932548992099f5b77ed42de3fd2442a25e 100644 (file)
@@ -71,7 +71,7 @@ static inline int amdgpu_bo_reserve(struct amdgpu_bo *bo, bool no_intr)
 {
        int r;
 
-       r = ttm_bo_reserve(&bo->tbo, !no_intr, false, false, 0);
+       r = ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL);
        if (unlikely(r != 0)) {
                if (r != -ERESTARTSYS)
                        dev_err(bo->adev->dev, "%p reserve failed\n", bo);
This page took 0.035241 seconds and 4 git commands to generate.