gpu: nvgpu: Add dGPU clocks support

JIRA DNVGPU-45

Change-Id: I237ce81e31b036c05c82d46eea8694ffe1c2e3df
Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com>
Signed-off-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Reviewed-on: http://git-master/r/1205849
(cherry picked from commit 9a4006f76b75a8ad525e7aa5ad1f609aaae49126)
Reviewed-on: http://git-master/r/1227256
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Vijayakumar Subbu
2016-07-27 22:29:15 -07:00
committed by mobile promotions
parent 27b47b1969
commit b17d9708c9
33 changed files with 3575 additions and 36 deletions

View File

@@ -142,6 +142,7 @@ int gk20a_init_hal(struct gk20a *g)
*gops = gk20a_ops;
gops->privsecurity = 0;
gops->securegpccs = 0;
gops->pmupstate = false;
gk20a_init_mc(gops);
gk20a_init_ltc(gops);
gk20a_init_gr_ops(gops);