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 c05bc046..23e85ee9 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -804,6 +804,9 @@ struct gpu_ops {
804 u32 (*clk_avfs_get_vin_cal_data)(struct gk20a *g, 804 u32 (*clk_avfs_get_vin_cal_data)(struct gk20a *g,
805 struct avfsvinobjs *pvinobjs, 805 struct avfsvinobjs *pvinobjs,
806 struct vin_device_v20 *pvindev); 806 struct vin_device_v20 *pvindev);
807 u32 (*clk_vf_change_inject_data_fill)(struct gk20a *g,
808 struct nv_pmu_clk_rpc *rpccall,
809 struct set_fll_clk *setfllclk);
807 }clk; 810 }clk;
808 } pmu_ver; 811 } pmu_ver;
809 struct { 812 struct {