mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: Skip documentation for few TOP HALs
Use @cond...@endcond to skip documentation for NON-FUSA HALs and private HALs from TOP unit. JIRA NVGPU-2500 Change-Id: I48aef109b8f179205b8969784fccaaf68f24505f Signed-off-by: Tejal Kudav <tkudav@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2217576 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: Sagar Kamble <skamble@nvidia.com> Reviewed-by: Ankur Kishore <ankkishore@nvidia.com> GVS: Gerrit_Virtual_Submit 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
fb48897e42
commit
835ef0f3f7
@@ -232,6 +232,9 @@ struct gops_top {
|
||||
*/
|
||||
u32 (*get_num_lce)(struct gk20a *g);
|
||||
|
||||
|
||||
/** @cond DOXYGEN_SHOULD_SKIP_THIS */
|
||||
|
||||
/**
|
||||
* NON-FUSA HALs
|
||||
*/
|
||||
@@ -254,6 +257,9 @@ struct gops_top {
|
||||
int (*device_info_parse_data)(struct gk20a *g,
|
||||
u32 table_entry, u32 *inst_id,
|
||||
u32 *pri_base, u32 *fault_id);
|
||||
|
||||
/** @endcond DOXYGEN_SHOULD_SKIP_THIS */
|
||||
|
||||
};
|
||||
|
||||
#endif /* NVGPU_GOPS_TOP_H */
|
||||
|
||||
Reference in New Issue
Block a user