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 286e5fa5..da633b9f 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -22,6 +22,7 @@
22#include "ltc_gm20b.h" 22#include "ltc_gm20b.h"
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 26
26struct gpu_ops gm20b_ops = { 27struct gpu_ops gm20b_ops = {
27 .clock_gating = { 28 .clock_gating = {
@@ -45,6 +46,7 @@ int gm20b_init_hal(struct gpu_ops *gops)
45 gm20b_init_gr(gops); 46 gm20b_init_gr(gops);
46 gm20b_init_ltc(gops); 47 gm20b_init_ltc(gops);
47 gm20b_init_fb(gops); 48 gm20b_init_fb(gops);
49 gm20b_init_fifo(gops);
48 gops->name = "gm20b"; 50 gops->name = "gm20b";
49 51
50 return 0; 52 return 0;