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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index a111a040..28d43081 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -335,6 +335,7 @@ struct gpu_ops {
335 const struct regop_offset_range* ( 335 const struct regop_offset_range* (
336 *get_qctl_whitelist_ranges)(void); 336 *get_qctl_whitelist_ranges)(void);
337 int (*get_qctl_whitelist_ranges_count)(void); 337 int (*get_qctl_whitelist_ranges_count)(void);
338 int (*apply_smpc_war)(struct dbg_session_gk20a *dbg_s);
338 } regops; 339 } regops;
339 struct { 340 struct {
340 void (*intr_enable)(struct gk20a *g); 341 void (*intr_enable)(struct gk20a *g);