summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/vgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/vgpu.h')
-rw-r--r--drivers/gpu/nvgpu/vgpu/vgpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/vgpu.h b/drivers/gpu/nvgpu/vgpu/vgpu.h
index e1fff966..6f1059b8 100644
--- a/drivers/gpu/nvgpu/vgpu/vgpu.h
+++ b/drivers/gpu/nvgpu/vgpu/vgpu.h
@@ -25,6 +25,7 @@
25struct vgpu_priv_data { 25struct vgpu_priv_data {
26 u64 virt_handle; 26 u64 virt_handle;
27 struct task_struct *intr_handler; 27 struct task_struct *intr_handler;
28 struct tegra_vgpu_constants_params constants;
28}; 29};
29 30
30static inline 31static inline