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 <seemaj@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2215953
Reviewed-by: Thomas Fleury <tfleury@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Seema Khowala
2019-10-11 10:09:35 -07:00
committed by Alex Waterman
parent 3e935bbc94
commit 74582a1906

View File

@@ -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