From 6e1428484e31f2a908fc3f9edc3349813d3e3057 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Tue, 28 Jun 2016 09:58:03 -0700 Subject: gpu: nvgpu: Add TSG ops for gp106 Bug 200214046 Change-Id: I02a2e5d13f444dbdc1b4eab51ebfda6ab9402734 Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/1172600 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Konsta Holtta Reviewed-by: Deepak Nibade GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/gp106/hal_gp106.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/gp106') 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) gp10b_init_regops(gops); gp10b_init_cde_ops(gops); gp10b_init_therm_ops(gops); + gk20a_init_tsg_ops(gops); gm206_init_bios(gops); gops->name = "gp10x"; gops->get_litter_value = gp106_get_litter_value; -- cgit v1.2.2