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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 20afd2bd..5669e1c5 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -307,6 +307,10 @@ struct gpu_ops {
307 int (*prepare_ucode)(struct gk20a *g); 307 int (*prepare_ucode)(struct gk20a *g);
308 int (*pmu_setup_hw_and_bootstrap)(struct gk20a *g); 308 int (*pmu_setup_hw_and_bootstrap)(struct gk20a *g);
309 int (*pmu_setup_elpg)(struct gk20a *g); 309 int (*pmu_setup_elpg)(struct gk20a *g);
310 int (*init_wpr_region)(struct gk20a *g);
311 bool lspmuwprinitdone;
312 bool fecsbootstrapdone;
313 u32 fecsrecoveryinprogress;
310 } pmu; 314 } pmu;
311 struct { 315 struct {
312 int (*init_clk_support)(struct gk20a *g); 316 int (*init_clk_support)(struct gk20a *g);