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 da633b9f..7e390c37 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -23,6 +23,7 @@
23#include "fb_gm20b.h" 23#include "fb_gm20b.h"
24#include "gm20b_gating_reglist.h" 24#include "gm20b_gating_reglist.h"
25#include "fifo_gm20b.h" 25#include "fifo_gm20b.h"
26#include "gr_ctx_gm20b.h"
26 27
27struct gpu_ops gm20b_ops = { 28struct gpu_ops gm20b_ops = {
28 .clock_gating = { 29 .clock_gating = {
@@ -47,6 +48,7 @@ int gm20b_init_hal(struct gpu_ops *gops)
47 gm20b_init_ltc(gops); 48 gm20b_init_ltc(gops);
48 gm20b_init_fb(gops); 49 gm20b_init_fb(gops);
49 gm20b_init_fifo(gops); 50 gm20b_init_fifo(gops);
51 gm20b_init_gr_ctx(gops);
50 gops->name = "gm20b"; 52 gops->name = "gm20b";
51 53
52 return 0; 54 return 0;