mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
Currently, nvgpu unit test framework tries to load libnvgpu-drv-igpu.so file from userspace for all OSes. However, in Linux, driver file is generated at userspace/build path. This results in execution failure on host. Modify __DEFAULT_ARG_DRIVER_LOAD_PATH for linux/posix. JIRA NVGPU-4666 Change-Id: I2594947b868f8fd95c032e2c0bacecc9226d0b59 Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2350630 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>