summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include/nvgpu/vgpu/vgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include/nvgpu/vgpu/vgpu.h')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/vgpu/vgpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/vgpu/vgpu.h b/drivers/gpu/nvgpu/include/nvgpu/vgpu/vgpu.h
index 1e851b8e..762bc229 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/vgpu/vgpu.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/vgpu/vgpu.h
@@ -37,11 +37,14 @@ struct gk20a;
37struct vm_gk20a; 37struct vm_gk20a;
38struct nvgpu_gr_ctx; 38struct nvgpu_gr_ctx;
39struct nvgpu_cpu_time_correlation_sample; 39struct nvgpu_cpu_time_correlation_sample;
40struct vgpu_ecc_stat;
40 41
41struct vgpu_priv_data { 42struct vgpu_priv_data {
42 u64 virt_handle; 43 u64 virt_handle;
43 struct nvgpu_thread intr_handler; 44 struct nvgpu_thread intr_handler;
44 struct tegra_vgpu_constants_params constants; 45 struct tegra_vgpu_constants_params constants;
46 struct vgpu_ecc_stat *ecc_stats;
47 int ecc_stats_count;
45}; 48};
46 49
47struct vgpu_priv_data *vgpu_get_priv_data(struct gk20a *g); 50struct vgpu_priv_data *vgpu_get_priv_data(struct gk20a *g);