summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 20e0450e..7e7d9688 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -356,7 +356,7 @@ struct gpu_ops {
356 u32 gpc_exception); 356 u32 gpc_exception);
357 void (*enable_gpc_exceptions)(struct gk20a *g); 357 void (*enable_gpc_exceptions)(struct gk20a *g);
358 void (*enable_exceptions)(struct gk20a *g); 358 void (*enable_exceptions)(struct gk20a *g);
359 void (*create_gr_sysfs)(struct device *dev); 359 void (*create_gr_sysfs)(struct gk20a *g);
360 u32 (*get_lrf_tex_ltc_dram_override)(struct gk20a *g); 360 u32 (*get_lrf_tex_ltc_dram_override)(struct gk20a *g);
361 int (*record_sm_error_state)(struct gk20a *g, 361 int (*record_sm_error_state)(struct gk20a *g,
362 u32 gpc, u32 tpc); 362 u32 gpc, u32 tpc);