summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/regops_gk20a.c
diff options
context:
space:
mode:
authorMatt Craighead <mcraighead@nvidia.com>2014-12-12 15:19:59 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:12:30 -0400
commitd7988e581f1ef9015c0d8125e96ad91570c9d591 (patch)
tree197861ce3759c315255ee841c172f80363da8441 /drivers/gpu/nvgpu/gk20a/regops_gk20a.c
parent666d13757b4838b6984482d336f5eea59169e2b3 (diff)
gpu: nvgpu: update regops whitelist
Remove an undesired register from the regops whitelist on both gk20a and gm20b. Bug 1589712 Change-Id: I76e8ff1f4b68d6d5ce2c11adc08d984df7883e5e Signed-off-by: Matt Craighead <mcraighead@nvidia.com> Reviewed-on: http://git-master/r/663371 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/regops_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/regops_gk20a.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/regops_gk20a.c b/drivers/gpu/nvgpu/gk20a/regops_gk20a.c
index cbdd1a55..a5f25629 100644
--- a/drivers/gpu/nvgpu/gk20a/regops_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/regops_gk20a.c
@@ -91,7 +91,8 @@ static const struct regop_offset_range gk20a_global_whitelist_ranges[] = {
91 { 0x001b4020, 3 }, 91 { 0x001b4020, 3 },
92 { 0x001b4040, 3 }, 92 { 0x001b4040, 3 },
93 { 0x001b4050, 3 }, 93 { 0x001b4050, 3 },
94 { 0x001b4060, 16 }, 94 { 0x001b4060, 4 },
95 { 0x001b4074, 11 },
95 { 0x001b40a4, 1 }, 96 { 0x001b40a4, 1 },
96 { 0x001b4100, 6 }, 97 { 0x001b4100, 6 },
97 { 0x001b4124, 2 }, 98 { 0x001b4124, 2 },