mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 18:42:29 +03:00
This adds the SWUTS documentation for nvgpu-channel unit tests: - test_channel_setup_sw - test_channel_open - test_channel_close - test_channel_setup_bind - test_channel_alloc_inst - test_channel_from_inst - test_channel_enable_disable_tsg Jira NVGPU-3943 Change-Id: Ibfa1dbf144d3cb2c5836a5b1d1242dd0c35ca2e5 Signed-off-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2198892 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
21 lines
1.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
INPUT += ../../../userspace/SWUTS.h
|
|
INPUT += ../../../userspace/units/enabled/nvgpu-enabled.h
|
|
INPUT += ../../../userspace/units/fifo/nvgpu-fifo.h
|
|
INPUT += ../../../userspace/units/fifo/channel/nvgpu-channel.h
|
|
INPUT += ../../../userspace/units/fifo/tsg/nvgpu-tsg.h
|
|
INPUT += ../../../userspace/units/fuse/nvgpu-fuse.h
|
|
INPUT += ../../../userspace/units/fuse/nvgpu-fuse-gm20b.h
|
|
INPUT += ../../../userspace/units/fuse/nvgpu-fuse-gp10b.h
|
|
INPUT += ../../../userspace/units/init/nvgpu-init.h
|
|
INPUT += ../../../userspace/units/interface/atomic/atomic.h
|
|
INPUT += ../../../userspace/units/mm/allocators/bitmap_allocator/bitmap_allocator.h
|
|
INPUT += ../../../userspace/units/mm/allocators/buddy_allocator/buddy_allocator.h
|
|
INPUT += ../../../userspace/units/mm/nvgpu_mem/nvgpu_mem.h
|
|
INPUT += ../../../userspace/units/mm/nvgpu_sgt/nvgpu_sgt.h
|
|
INPUT += ../../../userspace/units/mm/vm/vm.h
|
|
INPUT += ../../../userspace/units/posix/fault-injection/posix-fault-injection.h
|
|
INPUT += ../../../userspace/units/posix/fault-injection/posix-fault-injection-kmem.h
|
|
INPUT += ../../../userspace/units/posix/fault-injection/posix-fault-injection-dma-alloc.h
|
|
INPUT += ../../../userspace/units/posix/sizes/posix-sizes.h
|
|
INPUT += ../../../userspace/units/posix/thread/posix-thread.h
|