From acd459237a74541954d178e92c3186bb017ac0f5 Mon Sep 17 00:00:00 2001 From: Nicolas Benech Date: Mon, 3 Feb 2020 15:35:49 -0500 Subject: [PATCH] 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 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2289243 Tested-by: mobile promotions Reviewed-by: mobile promotions --- userspace/units/fifo/channel/nvgpu-channel.h | 4 ++-- userspace/units/fifo/ramin/gv11b/ramin-gv11b-fusa.h | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/userspace/units/fifo/channel/nvgpu-channel.h b/userspace/units/fifo/channel/nvgpu-channel.h index e3bc21647..7867d0281 100644 --- a/userspace/units/fifo/channel/nvgpu-channel.h +++ b/userspace/units/fifo/channel/nvgpu-channel.h @@ -213,7 +213,7 @@ int test_channel_alloc_inst(struct unit_module *m, * * 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 * @@ -537,4 +537,4 @@ int test_trace_write_pushbuffers(struct unit_module *m, struct gk20a *g, * @} */ -#endif /* UNIT_NVGPU_CHANNEL_H */ \ No newline at end of file +#endif /* UNIT_NVGPU_CHANNEL_H */ diff --git a/userspace/units/fifo/ramin/gv11b/ramin-gv11b-fusa.h b/userspace/units/fifo/ramin/gv11b/ramin-gv11b-fusa.h index e8d702264..673c8ec81 100644 --- a/userspace/units/fifo/ramin/gv11b/ramin-gv11b-fusa.h +++ b/userspace/units/fifo/ramin/gv11b/ramin-gv11b-fusa.h @@ -40,7 +40,8 @@ struct gk20a; * * 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 *