From 4d63729ac8aa8fecf66bd066178e317f07560534 Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Tue, 8 May 2018 09:56:20 -0700 Subject: gpu: nvgpu: gp10b: fix priv error for blcg reg Bug 2112073 Change-Id: I4cf97d3e10e2e8d56ab97479d094c47ef842c662 Signed-off-by: Seema Khowala Reviewed-on: https://git-master.nvidia.com/r/1710636 Reviewed-by: svc-mobile-coverity GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.c b/drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.c index 456f3fa0..4355f698 100644 --- a/drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.c +++ b/drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.c @@ -202,7 +202,8 @@ static const struct gating_desc gp10b_blcg_gr[] = { {.addr = 0x0040590c, .prod = 0x0000c444, .disable = 0x00000000}, {.addr = 0x00408040, .prod = 0x0000c444, .disable = 0x00000000}, {.addr = 0x00407000, .prod = 0x4000c242, .disable = 0x00000000}, - {.addr = 0x00405bf0, .prod = 0x0000c444, .disable = 0x00000000}, + /* fix priv error */ + /*{.addr = 0x00405bf0, .prod = 0x0000c444, .disable = 0x00000000},*/ {.addr = 0x0041a890, .prod = 0x0000427f, .disable = 0x00000000}, {.addr = 0x0041a8b0, .prod = 0x0000007f, .disable = 0x00000000}, {.addr = 0x00418500, .prod = 0x0000c244, .disable = 0x00000000}, -- cgit v1.2.2