gpu: nvgpu: Move time correlation to common code

Time correlation does not have chip or OS specific dependencies, so
move it to generic new source file bus.c.

JIRA NVGPU-38

Change-Id: Ic7fdf8c9ccacf05baf1b3438a86b28e517093641
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: http://git-master/r/1505171
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Terje Bergstrom
2017-06-16 14:36:29 -07:00
committed by mobile promotions
parent 50e2fdd306
commit 84703739a5
9 changed files with 87 additions and 43 deletions

View File

@@ -24,6 +24,7 @@
#include <nvgpu/bitops.h>
#include <nvgpu/kmem.h>
#include <nvgpu/bug.h>
#include <nvgpu/bus.h>
#include "ioctl_ctrl.h"
#include "ioctl_tsg.h"