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>
This commit is contained in:
Matt Craighead
2014-12-12 14:40:53 -06:00
committed by Dan Willemsen
parent 402bdd57e8
commit 235f3a3bce
2 changed files with 0 additions and 3 deletions

View File

@@ -56,7 +56,6 @@ static const struct regop_offset_range gk20a_global_whitelist_ranges[] = {
{ 0x0000280c, 1 }, { 0x0000280c, 1 },
{ 0x00009400, 1 }, { 0x00009400, 1 },
{ 0x00009410, 1 }, { 0x00009410, 1 },
{ 0x00020200, 1 },
{ 0x00022430, 7 }, { 0x00022430, 7 },
{ 0x00022548, 1 }, { 0x00022548, 1 },
{ 0x00100c18, 3 }, { 0x00100c18, 3 },

View File

@@ -32,7 +32,6 @@ static const struct regop_offset_range gm20b_global_whitelist_ranges[] = {
{ 0x0000280c, 1 }, { 0x0000280c, 1 },
{ 0x00009400, 1 }, { 0x00009400, 1 },
{ 0x00009410, 1 }, { 0x00009410, 1 },
{ 0x00020200, 1 },
{ 0x00021970, 1 }, { 0x00021970, 1 },
{ 0x00021c00, 4 }, { 0x00021c00, 4 },
{ 0x00021c14, 3 }, { 0x00021c14, 3 },
@@ -267,7 +266,6 @@ static const u32 gm20b_global_whitelist_ranges_count =
static const struct regop_offset_range gm20b_context_whitelist_ranges[] = { static const struct regop_offset_range gm20b_context_whitelist_ranges[] = {
{ 0x0000259c, 1 }, { 0x0000259c, 1 },
{ 0x0000280c, 1 }, { 0x0000280c, 1 },
{ 0x00020200, 1 },
{ 0x00400500, 1 }, { 0x00400500, 1 },
{ 0x00405b40, 1 }, { 0x00405b40, 1 },
{ 0x00418e00, 1 }, { 0x00418e00, 1 },