From 235f3a3bcead5306e88e9beb0a24249f38c23935 Mon Sep 17 00:00:00 2001 From: Matt Craighead Date: Fri, 12 Dec 2014 14:40:53 -0600 Subject: 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 Reviewed-on: http://git-master/r/663373 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gk20a/regops_gk20a.c | 1 - 1 file changed, 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 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[] = { { 0x0000280c, 1 }, { 0x00009400, 1 }, { 0x00009410, 1 }, - { 0x00020200, 1 }, { 0x00022430, 7 }, { 0x00022548, 1 }, { 0x00100c18, 3 }, -- cgit v1.2.2