diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
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 c1abe0900f48..f4d269931dbe 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -2042,6 +2042,7 @@ struct amdgpu_device { | |||
2042 | atomic64_t vram_vis_usage; | 2042 | atomic64_t vram_vis_usage; |
2043 | atomic64_t gtt_usage; | 2043 | atomic64_t gtt_usage; |
2044 | atomic64_t num_bytes_moved; | 2044 | atomic64_t num_bytes_moved; |
2045 | atomic64_t num_evictions; | ||
2045 | atomic_t gpu_reset_counter; | 2046 | atomic_t gpu_reset_counter; |
2046 | 2047 | ||
2047 | /* display */ | 2048 | /* display */ |