mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
Added unit tests for the following HALs: - gk20a_runlist_length_max - gk20a_runlist_hw_submit - gk20a_runlist_wait_pending - gk20a_runlist_write_state Jira NVGPU-3793 Change-Id: I710b702662693771d11341971137e6f8fa47cf9b Signed-off-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2239478 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
45 lines
2.6 KiB
Plaintext
45 lines
2.6 KiB
Plaintext
INPUT += ../../../userspace/SWUTS.h
|
|
INPUT += ../../../userspace/units/cg/nvgpu-cg.h
|
|
INPUT += ../../../userspace/units/enabled/nvgpu-enabled.h
|
|
INPUT += ../../../userspace/units/interface/bsearch/bsearch.h
|
|
INPUT += ../../../userspace/units/interface/lock/lock.h
|
|
INPUT += ../../../userspace/units/interface/rbtree/rbtree.h
|
|
INPUT += ../../../userspace/units/falcon/falcon_tests/nvgpu-falcon.h
|
|
INPUT += ../../../userspace/units/netlist/nvgpu-netlist.h
|
|
INPUT += ../../../userspace/units/fifo/nvgpu-fifo.h
|
|
INPUT += ../../../userspace/units/fifo/channel/nvgpu-channel.h
|
|
INPUT += ../../../userspace/units/fifo/channel/nvgpu-channel-gk20a.h
|
|
INPUT += ../../../userspace/units/fifo/channel/nvgpu-channel-gm20b.h
|
|
INPUT += ../../../userspace/units/fifo/channel/nvgpu-channel-gv11b.h
|
|
INPUT += ../../../userspace/units/fifo/runlist/nvgpu-runlist.h
|
|
INPUT += ../../../userspace/units/fifo/runlist/nvgpu-runlist-gk20a.h
|
|
INPUT += ../../../userspace/units/fifo/runlist/nvgpu-runlist-gv11b.h
|
|
INPUT += ../../../userspace/units/fifo/tsg/nvgpu-tsg.h
|
|
INPUT += ../../../userspace/units/fifo/tsg/gv11b/nvgpu-tsg-gv11b.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/ltc/nvgpu-ltc.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/as/as.h
|
|
INPUT += ../../../userspace/units/mm/nvgpu_mem/nvgpu_mem.h
|
|
INPUT += ../../../userspace/units/mm/nvgpu_sgt/nvgpu_sgt.h
|
|
INPUT += ../../../userspace/units/mm/mm/mm.h
|
|
INPUT += ../../../userspace/units/mm/vm/vm.h
|
|
INPUT += ../../../userspace/units/posix/bitops/posix-bitops.h
|
|
INPUT += ../../../userspace/units/posix/cond/posix-cond.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
|
|
INPUT += ../../../userspace/units/posix/timers/posix-timers.h
|
|
INPUT += ../../../userspace/units/ptimer/nvgpu-ptimer.h
|
|
INPUT += ../../../userspace/units/acr/nvgpu-acr.h
|
|
INPUT += ../../../userspace/units/gr/nvgpu-gr.h
|
|
INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-intr.h
|
|
INPUT += ../../../userspace/units/gr/config/nvgpu-gr-config.h
|