summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2016-06-28 12:58:03 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:56:18 -0500
commit6e1428484e31f2a908fc3f9edc3349813d3e3057 (patch)
tree5a6e489c0a0fde5627318949fd2642f293105b52 /drivers/gpu/nvgpu/gp106/hal_gp106.c
parentbcf321ed1fe4da2ebb5ef34c09c545cf025ac419 (diff)
gpu: nvgpu: Add TSG ops for gp106
Bug 200214046 Change-Id: I02a2e5d13f444dbdc1b4eab51ebfda6ab9402734 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1172600 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-by: Deepak Nibade <dnibade@nvidia.com> GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index a47fa0fd..f32a2cd4 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -201,6 +201,7 @@ int gp106_init_hal(struct gk20a *g)
201 gp10b_init_regops(gops); 201 gp10b_init_regops(gops);
202 gp10b_init_cde_ops(gops); 202 gp10b_init_cde_ops(gops);
203 gp10b_init_therm_ops(gops); 203 gp10b_init_therm_ops(gops);
204 gk20a_init_tsg_ops(gops);
204 gm206_init_bios(gops); 205 gm206_init_bios(gops);
205 gops->name = "gp10x"; 206 gops->name = "gp10x";
206 gops->get_litter_value = gp106_get_litter_value; 207 gops->get_litter_value = gp106_get_litter_value;