gpu: nvgpu: unit: add tests for gv11b runlist HAL

Add unit tests for the following HALs:
- gv11b_runlist_entry_size
- gv11b_runlist_get_tsg_entry
- gv11b_runlist_get_ch_entry

Jira NVGPU-3793

Change-Id: If4c574efacc316e6c410b3f2872fd41b1470011b
Signed-off-by: Thomas Fleury <tfleury@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2239477
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Thomas Fleury
2019-11-14 12:27:40 -05:00
committed by Alex Waterman
parent a717ba1a50
commit 0130ebd349
10 changed files with 371 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ 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-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