summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
authorKevin Huang <kevinh@nvidia.com>2014-05-09 14:41:26 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:11:06 -0400
commit82e01758f050b9780a2c9bd22b30e84e934d963b (patch)
treeaed511763589c2dbbcc5edb16568d840b64b45d4 /drivers/gpu/nvgpu/gm20b/hal_gm20b.c
parent1d9eba07c58b0a30f479b233371c939180a0e419 (diff)
gpu: nvgpu: gm20b: update regops whitelist
Bug 1500195 Change-Id: Ie2253f2650844cbc707a3083cc2f6b5150c4a17b Signed-off-by: Kevin Huang <kevinh@nvidia.com> Reviewed-on: http://git-master/r/488508 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
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 1dafc13d..6ded6925 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -28,6 +28,7 @@
28#include "pmu_gm20b.h" 28#include "pmu_gm20b.h"
29#include "clk_gm20b.h" 29#include "clk_gm20b.h"
30#include <linux/tegra-fuse.h> 30#include <linux/tegra-fuse.h>
31#include "regops_gm20b.h"
31 32
32#define FUSE_OPT_PRIV_SEC_DIS_0 0x264 33#define FUSE_OPT_PRIV_SEC_DIS_0 0x264
33#define PRIV_SECURITY_DISABLE 0x01 34#define PRIV_SECURITY_DISABLE 0x01
@@ -87,6 +88,7 @@ int gm20b_init_hal(struct gpu_ops *gops)
87 gm20b_init_mm(gops); 88 gm20b_init_mm(gops);
88 gm20b_init_pmu_ops(gops); 89 gm20b_init_pmu_ops(gops);
89 gm20b_init_clk_ops(gops); 90 gm20b_init_clk_ops(gops);
91 gm20b_init_regops(gops);
90 gops->name = "gm20b"; 92 gops->name = "gm20b";
91 93
92 return 0; 94 return 0;