summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index ec786a44..574ad926 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -27,6 +27,7 @@
27#include "mm_gm20b.h" 27#include "mm_gm20b.h"
28#include "pmu_gm20b.h" 28#include "pmu_gm20b.h"
29#include "clk_gm20b.h" 29#include "clk_gm20b.h"
30#include "mc_gm20b.h"
30#include <linux/tegra-fuse.h> 31#include <linux/tegra-fuse.h>
31#include "regops_gm20b.h" 32#include "regops_gm20b.h"
32 33
@@ -113,6 +114,7 @@ int gm20b_init_hal(struct gpu_ops *gops)
113 } 114 }
114#endif 115#endif
115 116
117 gm20b_init_mc(gops);
116 gm20b_init_ltc(gops); 118 gm20b_init_ltc(gops);
117 gm20b_init_gr(gops); 119 gm20b_init_gr(gops);
118 gm20b_init_ltc(gops); 120 gm20b_init_ltc(gops);