From e4fa9712acacfeced2758b91721d31274e6fe2e7 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Wed, 24 Aug 2016 15:10:36 -0700 Subject: gpu: nvgpu: Do not initialize CBC on Pascal dGPU CBC_BASE register is protected on Pascal dGPUs. Skip initializing it. Bug 1799537 Change-Id: Ie4b0ac5a37c3c586d1b631ce38823d156b554e1e Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/1208016 (cherry picked from commit 5f9dbca140573798bd05b5b27a7b6abe1871e90f) Reviewed-on: http://git-master/r/1210289 Reviewed-by: Automatic_Commit_Validation_User --- drivers/gpu/nvgpu/gp106/ltc_gp106.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/gp106/ltc_gp106.c') diff --git a/drivers/gpu/nvgpu/gp106/ltc_gp106.c b/drivers/gpu/nvgpu/gp106/ltc_gp106.c index 8f630a41..ef0e351d 100644 --- a/drivers/gpu/nvgpu/gp106/ltc_gp106.c +++ b/drivers/gpu/nvgpu/gp106/ltc_gp106.c @@ -22,4 +22,5 @@ void gp106_init_ltc(struct gpu_ops *gops) /* dGPU does not need the LTC hack */ gops->ltc.cbc_fix_config = NULL; + gops->ltc.init_cbc = NULL; } -- cgit v1.2.2