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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 01d1a167..340f358a 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -207,6 +207,7 @@ struct gpu_ops {
207 int (*handle_tex_exception)(struct gk20a *g, u32 gpc, u32 tpc, 207 int (*handle_tex_exception)(struct gk20a *g, u32 gpc, u32 tpc,
208 bool *post_event); 208 bool *post_event);
209 void (*create_gr_sysfs)(struct platform_device *dev); 209 void (*create_gr_sysfs)(struct platform_device *dev);
210 u32 (*get_lrf_tex_ltc_dram_override)(struct gk20a *g);
210 } gr; 211 } gr;
211 const char *name; 212 const char *name;
212 struct { 213 struct {
@@ -434,6 +435,8 @@ struct gpu_ops {
434 u32 *gating_cnt); 435 u32 *gating_cnt);
435 int (*pmu_pg_grinit_param)(struct gk20a *g, 436 int (*pmu_pg_grinit_param)(struct gk20a *g,
436 u8 grfeaturemask); 437 u8 grfeaturemask);
438 int (*send_lrf_tex_ltc_dram_overide_en_dis_cmd)
439 (struct gk20a *g, u32 mask);
437 u32 lspmuwprinitdone; 440 u32 lspmuwprinitdone;
438 u32 lsfloadedfalconid; 441 u32 lsfloadedfalconid;
439 bool fecsbootstrapdone; 442 bool fecsbootstrapdone;