From 74582a1906779ab4ca6663faacf98178e96fea14 Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Fri, 11 Oct 2019 10:09:35 -0700 Subject: [PATCH] gpu: nvgpu: skip doxygen for tsg gops tsg gops being called outside of fifo unit are: 1) g->ops.tsg.post_event_id This is non_fusa. 2) g->ops.tsg.set_timeslice This is non_fusa. 3) g->ops.tsg.enable This is non_fusa. 4) g->ops.tsg.disable This is non_fusa. 5) g->ops.tsg.force_reset This is non_fusa. JIRA NVGPU-4114 Change-Id: I4ba5c4a9dafb85ff6bc41e59d97d387128d1a007 Signed-off-by: Seema Khowala Reviewed-on: https://git-master.nvidia.com/r/2215953 Reviewed-by: Thomas Fleury Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Vinod Gopalakrishnakurup Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/include/nvgpu/gops_tsg.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/nvgpu/include/nvgpu/gops_tsg.h b/drivers/gpu/nvgpu/include/nvgpu/gops_tsg.h index 1528dd6f6..6b8f7dde1 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/gops_tsg.h +++ b/drivers/gpu/nvgpu/include/nvgpu/gops_tsg.h @@ -28,6 +28,8 @@ struct gk20a; struct nvgpu_channel; struct nvgpu_tsg; +/** @cond DOXYGEN_SHOULD_SKIP_THIS */ + #ifdef CONFIG_NVGPU_CHANNEL_TSG_CONTROL enum nvgpu_event_id_type; #endif @@ -73,4 +75,6 @@ struct gops_tsg { }; +/** @endcond DOXYGEN_SHOULD_SKIP_THIS */ + #endif