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 2d47f41e..75357a82 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -801,6 +801,9 @@ struct gpu_ops {
801 } volt; 801 } volt;
802 struct { 802 struct {
803 u32 (*get_vbios_clk_domain)(u32 vbios_domain); 803 u32 (*get_vbios_clk_domain)(u32 vbios_domain);
804 u32 (*clk_avfs_get_vin_cal_data)(struct gk20a *g,
805 struct avfsvinobjs *pvinobjs,
806 struct vin_device_v20 *pvindev);
804 }clk; 807 }clk;
805 } pmu_ver; 808 } pmu_ver;
806 struct { 809 struct {