mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 11:04:51 +03:00
gpu: nvgpu: skip doxygen for gops pbdma and pbdma_status
pbdma gops being called outside of fifo unit are: 1) common/ce/ce_app.c : g->ops.pbdma.format_gpfifo_entry ce_app is dGPU specific. 2) os/linux/debug.c : g->ops.pbdma.dump_status debug dump is non_fusa. 3) os/linux/cde.c : g->ops.pbdma.format_gpfifo_entry cde is linux specific and is compiled out with CONFIG_NVGPU_SUPPORT_CDE. JIRA NVGPU-4111 Change-Id: I5bdf30f9ff45a38ea683692be65455d5ca2e1d48 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2215939 Reviewed-by: Thomas Fleury <tfleury@nvidia.com> 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:
committed by
Alex Waterman
parent
7fedc5608c
commit
a6f04e7672
@@ -28,6 +28,8 @@ struct gk20a;
|
||||
struct nvgpu_gpfifo_entry;
|
||||
struct nvgpu_pbdma_status_info;
|
||||
|
||||
/** @cond DOXYGEN_SHOULD_SKIP_THIS */
|
||||
|
||||
/** NON FUSA */
|
||||
struct nvgpu_debug_context;
|
||||
|
||||
@@ -86,4 +88,6 @@ struct gops_pbdma {
|
||||
struct nvgpu_debug_context *o);
|
||||
};
|
||||
|
||||
/** @endcond DOXYGEN_SHOULD_SKIP_THIS */
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user