summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/regops_gk20a.c
diff options
context:
space:
mode:
authorMatt Craighead <mcraighead@nvidia.com>2014-12-12 15:40:53 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:12:33 -0400
commit235f3a3bcead5306e88e9beb0a24249f38c23935 (patch)
tree4a6c3b2367e6f3d023a7e3dce0991e028b44b672 /drivers/gpu/nvgpu/gk20a/regops_gk20a.c
parent402bdd57e8d47c96d4b31079b3a5dbb169e8ac75 (diff)
gpu: nvgpu: update regops whitelist
Remove an undesired register from the regops whitelist on both gk20a and gm20b. Bug 1589732 Change-Id: I7747fafd3c2c32a9c5ce6388be73c7f61e509f0a Signed-off-by: Matt Craighead <mcraighead@nvidia.com> Reviewed-on: http://git-master/r/663373 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit 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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/regops_gk20a.c b/drivers/gpu/nvgpu/gk20a/regops_gk20a.c
index a5f25629..04659bcf 100644
--- a/drivers/gpu/nvgpu/gk20a/regops_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/regops_gk20a.c
@@ -56,7 +56,6 @@ static const struct regop_offset_range gk20a_global_whitelist_ranges[] = {
56 { 0x0000280c, 1 }, 56 { 0x0000280c, 1 },
57 { 0x00009400, 1 }, 57 { 0x00009400, 1 },
58 { 0x00009410, 1 }, 58 { 0x00009410, 1 },
59 { 0x00020200, 1 },
60 { 0x00022430, 7 }, 59 { 0x00022430, 7 },
61 { 0x00022548, 1 }, 60 { 0x00022548, 1 },
62 { 0x00100c18, 3 }, 61 { 0x00100c18, 3 },