From d7988e581f1ef9015c0d8125e96ad91570c9d591 Mon Sep 17 00:00:00 2001 From: Matt Craighead Date: Fri, 12 Dec 2014 14:19:59 -0600 Subject: 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 Reviewed-on: http://git-master/r/663371 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Seshendra Gadagottu Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gk20a/regops_gk20a.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gk20a') 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[] = { { 0x001b4020, 3 }, { 0x001b4040, 3 }, { 0x001b4050, 3 }, - { 0x001b4060, 16 }, + { 0x001b4060, 4 }, + { 0x001b4074, 11 }, { 0x001b40a4, 1 }, { 0x001b4100, 6 }, { 0x001b4124, 2 }, -- cgit v1.2.2