summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 75209063..b25a7789 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -424,7 +424,7 @@ struct mm_gk20a {
424 struct mutex clear_list_mutex; 424 struct mutex clear_list_mutex;
425 425
426 struct work_struct clear_mem_worker; 426 struct work_struct clear_mem_worker;
427 atomic_t clears_pending; 427 atomic64_t bytes_pending;
428 } vidmem; 428 } vidmem;
429}; 429};
430 430