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 fc2ed643..72f1178b 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -392,6 +392,7 @@ struct gpu_ops {
392 bool fecsbootstrapdone; 392 bool fecsbootstrapdone;
393 } pmu; 393 } pmu;
394 struct { 394 struct {
395 void (*disable_slowboot)(struct gk20a *g);
395 int (*init_clk_support)(struct gk20a *g); 396 int (*init_clk_support)(struct gk20a *g);
396 int (*suspend_clk_support)(struct gk20a *g); 397 int (*suspend_clk_support)(struct gk20a *g);
397 } clk; 398 } clk;