aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index e42b0a357fb8..130c0a7c65d1 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -897,7 +897,7 @@ struct amdgpu_vm_id {
897 struct amdgpu_sync active; 897 struct amdgpu_sync active;
898 struct fence *last_flush; 898 struct fence *last_flush;
899 struct amdgpu_ring *last_user; 899 struct amdgpu_ring *last_user;
900 atomic_long_t owner; 900 atomic64_t owner;
901 901
902 uint64_t pd_gpu_addr; 902 uint64_t pd_gpu_addr;
903 /* last flushed PD/PT update */ 903 /* last flushed PD/PT update */