summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/bus.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/bus.c')
-rw-r--r--drivers/gpu/nvgpu/common/bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/bus.c b/drivers/gpu/nvgpu/common/bus.c
index a84348cd..3889512a 100644
--- a/drivers/gpu/nvgpu/common/bus.c
+++ b/drivers/gpu/nvgpu/common/bus.c
@@ -42,7 +42,7 @@ int nvgpu_get_timestamps_zipper(struct gk20a *g,
42 if (err) 42 if (err)
43 return err; 43 return err;
44 44
45 samples[i].cpu_timestamp = (u64)get_cycles(); 45 samples[i].cpu_timestamp = nvgpu_hr_timestamp();
46 } 46 }
47 47
48end: 48end: