]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_debugfs.c
index abe0c2729e1cfb3f10d74ecb5825d7f3525dfbf9..2d125b8b15ee1962f2569087c0b8d006512fca52 100644 (file)
@@ -267,7 +267,7 @@ static int  amdgpu_debugfs_process_reg_op(bool read, struct file *f,
                } else {
                        r = get_user(value, (uint32_t *)buf);
                        if (!r)
-                               amdgpu_mm_wreg_mmio_rlc(adev, *pos >> 2, value, 0);
+                               amdgpu_mm_wreg_mmio_rlc(adev, *pos >> 2, value);
                }
                if (r) {
                        result = r;
This page took 0.034105 seconds and 4 git commands to generate.