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 22a9ce4c..ec0b4ba9 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -624,6 +624,7 @@ struct gpu_ops {
624 void (*disable_slowboot)(struct gk20a *g); 624 void (*disable_slowboot)(struct gk20a *g);
625 int (*init_clk_support)(struct gk20a *g); 625 int (*init_clk_support)(struct gk20a *g);
626 int (*suspend_clk_support)(struct gk20a *g); 626 int (*suspend_clk_support)(struct gk20a *g);
627 u32 (*get_crystal_clk_hz)(struct gk20a *g);
627 } clk; 628 } clk;
628 bool privsecurity; 629 bool privsecurity;
629 bool securegpccs; 630 bool securegpccs;