summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/regops_gv11b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/regops_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/regops_gv11b.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/regops_gv11b.h b/drivers/gpu/nvgpu/gv11b/regops_gv11b.h
index b7250818..dada9a7e 100644
--- a/drivers/gpu/nvgpu/gv11b/regops_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/regops_gv11b.h
@@ -19,6 +19,18 @@
19#ifndef __REGOPS_GV11B_H_ 19#ifndef __REGOPS_GV11B_H_
20#define __REGOPS_GV11B_H_ 20#define __REGOPS_GV11B_H_
21 21
22void gv11b_init_regops(struct gpu_ops *gops); 22const struct regop_offset_range *gv11b_get_global_whitelist_ranges(void);
23int gv11b_get_global_whitelist_ranges_count(void);
24const struct regop_offset_range *gv11b_get_context_whitelist_ranges(void);
25int gv11b_get_context_whitelist_ranges_count(void);
26const u32 *gv11b_get_runcontrol_whitelist(void);
27int gv11b_get_runcontrol_whitelist_count(void);
28const struct regop_offset_range *gv11b_get_runcontrol_whitelist_ranges(void);
29int gv11b_get_runcontrol_whitelist_ranges_count(void);
30const u32 *gv11b_get_qctl_whitelist(void);
31int gv11b_get_qctl_whitelist_count(void);
32const struct regop_offset_range *gv11b_get_qctl_whitelist_ranges(void);
33int gv11b_get_qctl_whitelist_ranges_count(void);
34int gv11b_apply_smpc_war(struct dbg_session_gk20a *dbg_s);
23 35
24#endif /* __REGOPS_GV11B_H_ */ 36#endif /* __REGOPS_GV11B_H_ */