mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: Skip initializing thermals on dGPU
On dGPU devinit handles initializing thermals. Bug 1799537 Change-Id: I12ade535d2ddb7fc406256e75f21a422195b36d5 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1208017 (cherry picked from commit 0e1327107c43dc9c2f5c5d9b79a54f27d2027e85) Reviewed-on: http://git-master/r/1209122 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Deepak Nibade
parent
442ee5321e
commit
706a1271d8
@@ -206,7 +206,6 @@ int gp106_init_hal(struct gk20a *g)
|
||||
gk20a_init_dbg_session_ops(gops);
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user