mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: Add nvlink "device_reginit" unit
Move the code involved in nvlink register initialization into a separate unit called "nvlink_device_reginit". Nvlink device_reginit will be an unit under component nvlink_init. TLC buffer credit initialization is done by this unit. JIRA NVGPU-1784 Change-Id: I9dd4238d0288b33867eb8a8993e56287a67a907f Signed-off-by: Tejal Kudav <tkudav@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1994665 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
15115e7db9
commit
a28c753ee6
@@ -24,6 +24,7 @@
|
||||
#include <nvgpu/enabled.h>
|
||||
#include "module.h"
|
||||
#include <nvgpu/nvlink_probe.h>
|
||||
#include <nvgpu/nvlink_device_reginit.h>
|
||||
|
||||
#ifdef CONFIG_TEGRA_NVLINK
|
||||
int nvgpu_nvlink_read_dt_props(struct gk20a *g)
|
||||
|
||||
Reference in New Issue
Block a user