summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/hal_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/hal_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/hal_gk20a.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/hal_gk20a.c b/drivers/gpu/nvgpu/gk20a/hal_gk20a.c
index 2ea4a0f1..3dbe856d 100644
--- a/drivers/gpu/nvgpu/gk20a/hal_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/hal_gk20a.c
@@ -3,7 +3,7 @@
3 * 3 *
4 * GK20A Tegra HAL interface. 4 * GK20A Tegra HAL interface.
5 * 5 *
6 * Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved. 6 * Copyright (c) 2014-2017, NVIDIA CORPORATION. All rights reserved.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify it 8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms and conditions of the GNU General Public License, 9 * under the terms and conditions of the GNU General Public License,
@@ -26,6 +26,7 @@
26#include "fecs_trace_gk20a.h" 26#include "fecs_trace_gk20a.h"
27#include "mm_gk20a.h" 27#include "mm_gk20a.h"
28#include "mc_gk20a.h" 28#include "mc_gk20a.h"
29#include "flcn_gk20a.h"
29#include "pmu_gk20a.h" 30#include "pmu_gk20a.h"
30#include "clk_gk20a.h" 31#include "clk_gk20a.h"
31#include "regops_gk20a.h" 32#include "regops_gk20a.h"
@@ -162,6 +163,7 @@ int gk20a_init_hal(struct gk20a *g)
162 gk20a_init_ce2(gops); 163 gk20a_init_ce2(gops);
163 gk20a_init_gr_ctx(gops); 164 gk20a_init_gr_ctx(gops);
164 gk20a_init_mm(gops); 165 gk20a_init_mm(gops);
166 gk20a_falcon_init_hal(gops);
165 gk20a_init_pmu_ops(gops); 167 gk20a_init_pmu_ops(gops);
166 gk20a_init_clk_ops(gops); 168 gk20a_init_clk_ops(gops);
167 gk20a_init_regops(gops); 169 gk20a_init_regops(gops);