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/gm20b/regops_gm20b.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gm20b/regops_gm20b.c') 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[] = { { 0x001b4030, 3 }, { 0x001b4040, 3 }, { 0x001b4050, 3 }, - { 0x001b4060, 16 }, + { 0x001b4060, 4 }, + { 0x001b4074, 11 }, { 0x001b40a4, 1 }, { 0x001b4100, 6 }, { 0x001b4124, 2 }, -- cgit v1.2.2