summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/therm_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/therm_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/therm_gp106.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gp106/therm_gp106.c b/drivers/gpu/nvgpu/gp106/therm_gp106.c
index 64d602cf..b3862abe 100644
--- a/drivers/gpu/nvgpu/gp106/therm_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/therm_gp106.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a 4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"), 5 * copy of this software and associated documentation files (the "Software"),
@@ -97,7 +97,7 @@ int gp106_elcg_init_idle_filters(struct gk20a *g)
97 u32 active_engine_id = 0; 97 u32 active_engine_id = 0;
98 struct fifo_gk20a *f = &g->fifo; 98 struct fifo_gk20a *f = &g->fifo;
99 99
100 gk20a_dbg_fn(""); 100 nvgpu_log_fn(g, " ");
101 101
102 for (engine_id = 0; engine_id < f->num_engines; engine_id++) { 102 for (engine_id = 0; engine_id < f->num_engines; engine_id++) {
103 active_engine_id = f->active_engines_list[engine_id]; 103 active_engine_id = f->active_engines_list[engine_id];
@@ -124,7 +124,7 @@ int gp106_elcg_init_idle_filters(struct gk20a *g)
124 idle_filter &= ~therm_hubmmu_idle_filter_value_m(); 124 idle_filter &= ~therm_hubmmu_idle_filter_value_m();
125 gk20a_writel(g, therm_hubmmu_idle_filter_r(), idle_filter); 125 gk20a_writel(g, therm_hubmmu_idle_filter_r(), idle_filter);
126 126
127 gk20a_dbg_fn("done"); 127 nvgpu_log_fn(g, "done");
128 return 0; 128 return 0;
129} 129}
130 130