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 0fc5fe99..0d6b0447 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -25,6 +25,7 @@
25#include "fifo_gm20b.h" 25#include "fifo_gm20b.h"
26#include "gr_ctx_gm20b.h" 26#include "gr_ctx_gm20b.h"
27#include "mm_gm20b.h" 27#include "mm_gm20b.h"
28#include "pmu_gm20b.h"
28 29
29struct gpu_ops gm20b_ops = { 30struct gpu_ops gm20b_ops = {
30 .clock_gating = { 31 .clock_gating = {
@@ -51,6 +52,7 @@ int gm20b_init_hal(struct gpu_ops *gops)
51 gm20b_init_fifo(gops); 52 gm20b_init_fifo(gops);
52 gm20b_init_gr_ctx(gops); 53 gm20b_init_gr_ctx(gops);
53 gm20b_init_mm(gops); 54 gm20b_init_mm(gops);
55 gm20b_init_pmu_ops(gops);
54 gops->name = "gm20b"; 56 gops->name = "gm20b";
55 57
56 return 0; 58 return 0;