mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
nvgpu_init_hal is private to the common.init unit in the driver, used only by nvgpu_detect_chip. However, it is used extensively by the unit tests, so it can't be static. So, hide it from doxygen, so it is not included in SWVR traceability. Add missing target APIs in SWUTS for init UTs. JIRA NVGPU-4818 Change-Id: I4d8acf29e9cbafdfd26d7088f98974da3b12a8ba Signed-off-by: Philip Elcan <pelcan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2280641 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit