gpu: nvgpu: Call t19x specific dGPU initialization

Change-Id: I888a03199f25a7f55a8ddd099c1980f8170a9a4a
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1579122
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Terje Bergstrom
2017-10-14 07:53:25 -07:00
committed by mobile promotions
parent 0b6eb9fd80
commit 2269a8675c

View File

@@ -32,6 +32,9 @@
#include "os_linux.h"
#include "pci.h"
#ifdef CONFIG_TEGRA_19x_GPU
#include <nvgpu/linux/pci_t19x.h>
#endif
#include "os_linux.h"
@@ -366,6 +369,10 @@ static int nvgpu_pci_init_support(struct pci_dev *pdev)
goto fail;
}
#ifdef CONFIG_TEGRA_19x_GPU
t19x_nvgpu_pci_init_support(l);
#endif
return 0;
fail: