summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2016-06-28 12:56:55 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2016-07-04 08:04:30 -0400
commitcd5a1dc315abd0a7db4136ee0e6b0c03f0882937 (patch)
tree7c1a3b575bef42d70d2719551023a4b7650a22f7 /drivers/gpu/nvgpu/gm206
parent69e0393a0e1eb8b30adda89a79556499b0c5cb82 (diff)
gpu: nvgpu: Initialize TSG ops for gm206
Bug 200214046 Change-Id: I483e6c5ae484ccae61712884f7b4368291791fcd Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1172598 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/gm206')
-rw-r--r--drivers/gpu/nvgpu/gm206/hal_gm206.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm206/hal_gm206.c b/drivers/gpu/nvgpu/gm206/hal_gm206.c
index f6034aca..c4eed144 100644
--- a/drivers/gpu/nvgpu/gm206/hal_gm206.c
+++ b/drivers/gpu/nvgpu/gm206/hal_gm206.c
@@ -196,6 +196,7 @@ int gm206_init_hal(struct gk20a *g)
196 gm20b_init_debug_ops(gops); 196 gm20b_init_debug_ops(gops);
197 gm20b_init_cde_ops(gops); 197 gm20b_init_cde_ops(gops);
198 gm20b_init_therm_ops(gops); 198 gm20b_init_therm_ops(gops);
199 gk20a_init_tsg_ops(gops);
199 gm206_init_bios(gops); 200 gm206_init_bios(gops);
200 switch(ver){ 201 switch(ver){
201 case GK20A_GPUID_GM206: 202 case GK20A_GPUID_GM206: