summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/regops_gm20b.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/gm20b/regops_gm20b.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/gm20b/regops_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/regops_gm20b.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/regops_gm20b.c b/drivers/gpu/nvgpu/gm20b/regops_gm20b.c
index 8728951e..923b8c7d 100644
--- a/drivers/gpu/nvgpu/gm20b/regops_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/regops_gm20b.c
@@ -79,7 +79,8 @@ static const struct regop_offset_range gm20b_global_whitelist_ranges[] = {
79 { 0x001b4030, 3 }, 79 { 0x001b4030, 3 },
80 { 0x001b4040, 3 }, 80 { 0x001b4040, 3 },
81 { 0x001b4050, 3 }, 81 { 0x001b4050, 3 },
82 { 0x001b4060, 16 }, 82 { 0x001b4060, 4 },
83 { 0x001b4074, 11 },
83 { 0x001b40a4, 1 }, 84 { 0x001b40a4, 1 },
84 { 0x001b4100, 6 }, 85 { 0x001b4100, 6 },
85 { 0x001b4124, 2 }, 86 { 0x001b4124, 2 },