gpu: nvgpu: init interface layer support for PMU falcon

Change-Id: I210267265fa38777115d5b49cc8f78f2599e3f9e
Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com>
Reviewed-on: http://git-master/r/1469458
Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
This commit is contained in:
Mahantesh Kumbar
2017-04-25 15:59:21 +05:30
committed by mobile promotions
parent 940cd280e1
commit abbc687a31
4 changed files with 9 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
#include "gk20a/dbg_gpu_gk20a.h"
#include "gk20a/css_gr_gk20a.h"
#include "gk20a/bus_gk20a.h"
#include "gk20a/flcn_gk20a.h"
#include "ltc_gm20b.h"
#include "ce2_gm20b.h"
@@ -225,6 +226,7 @@ int gm20b_init_hal(struct gk20a *g)
gm20b_init_ce2(gops);
gm20b_init_gr_ctx(gops);
gm20b_init_mm(gops);
gk20a_falcon_init_hal(gops);
gm20b_init_pmu_ops(gops);
gm20b_init_clk_ops(gops);
gm20b_init_regops(gops);