summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu')
-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}