summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/ltc_gp106.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2016-08-24 18:10:36 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:56:19 -0500
commite4fa9712acacfeced2758b91721d31274e6fe2e7 (patch)
tree6d60a84fd674c2c699392cfa99c5f2d6ddeff986 /drivers/gpu/nvgpu/gp106/ltc_gp106.c
parent5e486b518292b1178eae49d58a1bc0894788a281 (diff)
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 <tbergstrom@nvidia.com> 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
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/ltc_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/ltc_gp106.c1
1 files changed, 1 insertions, 0 deletions
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)
22 22
23 /* dGPU does not need the LTC hack */ 23 /* dGPU does not need the LTC hack */
24 gops->ltc.cbc_fix_config = NULL; 24 gops->ltc.cbc_fix_config = NULL;
25 gops->ltc.init_cbc = NULL;
25} 26}