mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
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:
committed by
mobile promotions
parent
0b6eb9fd80
commit
2269a8675c
@@ -32,6 +32,9 @@
|
|||||||
#include "os_linux.h"
|
#include "os_linux.h"
|
||||||
|
|
||||||
#include "pci.h"
|
#include "pci.h"
|
||||||
|
#ifdef CONFIG_TEGRA_19x_GPU
|
||||||
|
#include <nvgpu/linux/pci_t19x.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "os_linux.h"
|
#include "os_linux.h"
|
||||||
|
|
||||||
@@ -366,6 +369,10 @@ static int nvgpu_pci_init_support(struct pci_dev *pdev)
|
|||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef CONFIG_TEGRA_19x_GPU
|
||||||
|
t19x_nvgpu_pci_init_support(l);
|
||||||
|
#endif
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
fail:
|
fail:
|
||||||
|
|||||||
Reference in New Issue
Block a user