summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk/clk_vf_point.h
diff options
context:
space:
mode:
authorVijayakumar <vsubbu@nvidia.com>2016-08-30 07:18:38 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:56:50 -0500
commite28ef73ec9baea7df631606298f8c210dc8f31a8 (patch)
treeb5b497c96f30f8ae0b81ffd965879e70da8f50da /drivers/gpu/nvgpu/clk/clk_vf_point.h
parentc6e64649bbb30113c4cbd97f4e4217bab9f21429 (diff)
gpu: nvgpu: add support to cache VF table from PMU
JIRA DNVGPU-118 Change-Id: I5c6a919d18e6de077e03180ba70441cfc9791350 Signed-off-by: Vijayakumar <vsubbu@nvidia.com> Reviewed-on: http://git-master/r/1209849 (cherry picked from commit 469f35e3f65964a3402f7e0c49862bd44b68936a) Reviewed-on: http://git-master/r/1233040 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/clk/clk_vf_point.h')
-rw-r--r--drivers/gpu/nvgpu/clk/clk_vf_point.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk_vf_point.h b/drivers/gpu/nvgpu/clk/clk_vf_point.h
index b05ab818..306bec41 100644
--- a/drivers/gpu/nvgpu/clk/clk_vf_point.h
+++ b/drivers/gpu/nvgpu/clk/clk_vf_point.h
@@ -21,6 +21,7 @@
21 21
22u32 clk_vf_point_sw_setup(struct gk20a *g); 22u32 clk_vf_point_sw_setup(struct gk20a *g);
23u32 clk_vf_point_pmu_setup(struct gk20a *g); 23u32 clk_vf_point_pmu_setup(struct gk20a *g);
24u32 clk_vf_point_cache(struct gk20a *g);
24 25
25struct clk_vf_points { 26struct clk_vf_points {
26 struct boardobjgrp_e255 super; 27 struct boardobjgrp_e255 super;