summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorDeepak Nibade <dnibade@nvidia.com>2017-05-16 05:40:22 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-05-24 07:55:47 -0400
commit8f4a590cf22fa9691953e9be0dca18b399228167 (patch)
treee3a0e17ebba6116d0d72e0869a06507189bcfadf /drivers/gpu/nvgpu/gk20a/gk20a.h
parent5570194dc4d97a857b354b706949e27663ebeee0 (diff)
gpu: nvgpu: remove TEGRA_CLK_FRAMEWORK support
CONFIG_TEGRA_CLK_FRAMEWORK is no longer supported hence remove this config and all the code that is protected with this config Jira NVGPU-49 Change-Id: Ica28019e0c99e95743216e005ba2fba20357b2d5 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: http://git-master/r/1483090 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 3d1e0847..217b1186 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1275,8 +1275,6 @@ enum gk20a_nonstall_ops {
1275 gk20a_nonstall_ops_post_events = BIT(1), 1275 gk20a_nonstall_ops_post_events = BIT(1),
1276}; 1276};
1277 1277
1278void gk20a_init_clk_ops(struct gpu_ops *gops);
1279
1280/* register accessors */ 1278/* register accessors */
1281int gk20a_lockout_registers(struct gk20a *g); 1279int gk20a_lockout_registers(struct gk20a *g);
1282int gk20a_restore_registers(struct gk20a *g); 1280int gk20a_restore_registers(struct gk20a *g);