From f2bb4f10ce7ff750d40a7ac881385d5902d7dbcd Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Fri, 11 Mar 2016 12:45:53 -0800 Subject: gpu: nvgpu: gp10b: Update regops whitelist Update regops whitelist with two new registers. Bug 1734151 Change-Id: Id09bdfb1733620bb75d4558299c5e9c7f66bb00b Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/1029772 GVS: Gerrit_Virtual_Submit Reviewed-by: Richard Zhao --- drivers/gpu/nvgpu/gp10b/regops_gp10b.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gp10b/regops_gp10b.c') diff --git a/drivers/gpu/nvgpu/gp10b/regops_gp10b.c b/drivers/gpu/nvgpu/gp10b/regops_gp10b.c index 48f6161d..8934c324 100644 --- a/drivers/gpu/nvgpu/gp10b/regops_gp10b.c +++ b/drivers/gpu/nvgpu/gp10b/regops_gp10b.c @@ -69,6 +69,7 @@ static const struct regop_offset_range gp10b_global_whitelist_ranges[] = { { 0x00142480, 1}, { 0x001424a0, 1}, { 0x00142550, 1}, + { 0x0017e028, 1}, { 0x0017e280, 1}, { 0x0017e294, 1}, { 0x0017e29c, 2}, @@ -138,7 +139,7 @@ static const struct regop_offset_range gp10b_global_whitelist_ranges[] = { { 0x001b4094, 3}, { 0x001b40a4, 1}, { 0x001b4100, 6}, - { 0x001b4124, 1}, + { 0x001b4124, 2}, { 0x001b8000, 1}, { 0x001b8008, 1}, { 0x001b8010, 3}, @@ -371,6 +372,7 @@ static const struct regop_offset_range gp10b_global_whitelist_ranges[] = { { 0x00900100, 1}, { 0x009a0100, 1}, }; + static const u32 gp10b_global_whitelist_ranges_count = ARRAY_SIZE(gp10b_global_whitelist_ranges); -- cgit v1.2.2