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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 572e508d185f..359fb0ca8209 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -1529,6 +1529,7 @@ struct amdgpu_device {
1529 atomic64_t gtt_usage; 1529 atomic64_t gtt_usage;
1530 atomic64_t num_bytes_moved; 1530 atomic64_t num_bytes_moved;
1531 atomic64_t num_evictions; 1531 atomic64_t num_evictions;
1532 atomic64_t num_vram_cpu_page_faults;
1532 atomic_t gpu_reset_counter; 1533 atomic_t gpu_reset_counter;
1533 atomic_t vram_lost_counter; 1534 atomic_t vram_lost_counter;
1534 1535