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 8f35e2c9..07ff28f6 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -820,6 +820,7 @@ struct gpu_ops {
820 struct nv_pmu_clk_rpc *rpccall, 820 struct nv_pmu_clk_rpc *rpccall,
821 struct set_fll_clk *setfllclk); 821 struct set_fll_clk *setfllclk);
822 u32 (*perf_pmu_vfe_load)(struct gk20a *g); 822 u32 (*perf_pmu_vfe_load)(struct gk20a *g);
823 u32 (*clk_set_boot_clk)(struct gk20a *g);
823 }clk; 824 }clk;
824 } pmu_ver; 825 } pmu_ver;
825 struct { 826 struct {