summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c b/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
index 994c9cd2..97a0452c 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
@@ -278,6 +278,7 @@ static ssize_t gk20a_load_show(struct device *dev,
278 busy_time = 0; 278 busy_time = 0;
279 } else { 279 } else {
280 gk20a_busy(g->dev); 280 gk20a_busy(g->dev);
281 gk20a_pmu_load_update(g);
281 gk20a_pmu_load_norm(g, &busy_time); 282 gk20a_pmu_load_norm(g, &busy_time);
282 gk20a_idle(g->dev); 283 gk20a_idle(g->dev);
283 } 284 }