gpu: nvgpu: unit: update FIFO SWUTS for inst_block

Adds nvgpu_inst_block_addr and nvgpu_free_inst_block to FIFO SWUTS.

JIRA NVGPU-3510

Change-Id: Ia65a53dfe7f976c271c2f7cc5da9ffa9d676aac4
Signed-off-by: Nicolas Benech <nbenech@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2289243
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Nicolas Benech
2020-02-03 15:35:49 -05:00
committed by Alex Waterman
parent c70a3a9fff
commit acd459237a
2 changed files with 4 additions and 3 deletions

View File

@@ -213,7 +213,7 @@ int test_channel_alloc_inst(struct unit_module *m,
* *
* Test Type: Feature * Test Type: Feature
* *
* Targets: nvgpu_channel_refch_from_inst_ptr * Targets: nvgpu_channel_refch_from_inst_ptr, nvgpu_inst_block_addr
* *
* Input: test_fifo_init_support() run for this GPU * Input: test_fifo_init_support() run for this GPU
* *
@@ -537,4 +537,4 @@ int test_trace_write_pushbuffers(struct unit_module *m, struct gk20a *g,
* @} * @}
*/ */
#endif /* UNIT_NVGPU_CHANNEL_H */ #endif /* UNIT_NVGPU_CHANNEL_H */

View File

@@ -40,7 +40,8 @@ struct gk20a;
* *
* Test Type: Feature * Test Type: Feature
* *
* Targets: gops_ramin.set_gr_ptr, gv11b_ramin_set_gr_ptr * Targets: gops_ramin.set_gr_ptr, gv11b_ramin_set_gr_ptr,
* nvgpu_free_inst_block
* *
* Input: None * Input: None
* *