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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index e95f8878..5dc0c212 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * GM20B Graphics 2 * GM20B Graphics
3 * 3 *
4 * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2014-2015, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -30,6 +30,7 @@
30#include "mc_gm20b.h" 30#include "mc_gm20b.h"
31#include <linux/tegra-fuse.h> 31#include <linux/tegra-fuse.h>
32#include "regops_gm20b.h" 32#include "regops_gm20b.h"
33#include "debug_gm20b.h"
33 34
34#define FUSE_OPT_PRIV_SEC_DIS_0 0x264 35#define FUSE_OPT_PRIV_SEC_DIS_0 0x264
35#define PRIV_SECURITY_DISABLE 0x01 36#define PRIV_SECURITY_DISABLE 0x01
@@ -128,6 +129,7 @@ int gm20b_init_hal(struct gk20a *g)
128 gm20b_init_pmu_ops(gops); 129 gm20b_init_pmu_ops(gops);
129 gm20b_init_clk_ops(gops); 130 gm20b_init_clk_ops(gops);
130 gm20b_init_regops(gops); 131 gm20b_init_regops(gops);
132 gm20b_init_debug_ops(gops);
131 gops->name = "gm20b"; 133 gops->name = "gm20b";
132 134
133 c->twod_class = FERMI_TWOD_A; 135 c->twod_class = FERMI_TWOD_A;