mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
Create vgpu unit init. Move init related functions from vgpu.c to init_vgpu.c under common/vgpu/init path and create corresponding header file. Create vgpu child unit init hal. Move functions vgpu_init_hal() and vgpu_detect_chip() to a new file init_hal_vgpu.c under common/vgpu/init path and create corresponding header file. Also move os specific hal init vgpu function declaration vgpu_init_hal_osi() to a new file include/nvgpu/vgpu/os_init_hal_vgpu.h separating it from generic vgpu.h Jira GVSCI-334 Change-Id: I07290e3be5061a2349689228265c8b28ebadab88 Signed-off-by: Aparna Das <aparnad@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2081153 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>