gpu: nvgpu: create nvgpu.common.hal.init unit

Move hal init from chip-specific paths to hal/init. Update makefiles and
include paths to match.

JIRA NVGPU-2023

Change-Id: I810c817bb0ba83dcf5ed4d05df502e85c2fd77df
Signed-off-by: Philip Elcan <pelcan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2098915
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Philip Elcan
2019-04-16 09:51:20 -04:00
committed by mobile promotions
parent da9dee85e2
commit f0640b9d10
16 changed files with 27 additions and 28 deletions

View File

@@ -44,7 +44,6 @@
#include "common/vgpu/ivc/comm_vgpu.h"
#include "common/vgpu/intr/intr_vgpu.h"
#include "common/vgpu/init/init_vgpu.h"
#include "gm20b/hal_gm20b.h"
#include "os/linux/module.h"
#include "os/linux/os_linux.h"