gpu: nvgpu: fuse: move non-fusa gop out of doxygen

Move the non-fusa HAL fuse_status_opt_gpc out into the section ignored
by doxygen to cleanup traceability in SWVR.

JIRA NVGPU-4818

Change-Id: Ia0e8e3a9d005b19cb14dae26422c7ffd02afe30d
Signed-off-by: Philip Elcan <pelcan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2280638
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
Philip Elcan
2020-01-17 09:33:38 -05:00
committed by Alex Waterman
parent e7f55f668d
commit b9c8436f2f

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a * Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"), * copy of this software and associated documentation files (the "Software"),
@@ -117,18 +117,6 @@ struct gops_fuse {
*/ */
u32 (*fuse_status_opt_rop_l2_fbp)(struct gk20a *g, u32 fbp); u32 (*fuse_status_opt_rop_l2_fbp)(struct gk20a *g, u32 fbp);
/**
* @brief Read NV_FUSE_STATUS_OPT_GPC fuse.
*
* @param g [in] The GPU driver struct.
*
* The HAL reads NV_FUSE_STATUS_OPT_GPC fuse value which gives GPC
* floorsweeping status.
*
* @return fuse value read from NV_FUSE_STATUS_OPT_GPC.
*/
u32 (*fuse_status_opt_gpc)(struct gk20a *g);
/** /**
* @brief Read NV_FUSE_STATUS_OPT_TPC_GPC fuse. * @brief Read NV_FUSE_STATUS_OPT_TPC_GPC fuse.
* *
@@ -180,6 +168,18 @@ struct gops_fuse {
/** @cond DOXYGEN_SHOULD_SKIP_THIS */ /** @cond DOXYGEN_SHOULD_SKIP_THIS */
/**
* @brief Read NV_FUSE_STATUS_OPT_GPC fuse.
*
* @param g [in] The GPU driver struct.
*
* The HAL reads NV_FUSE_STATUS_OPT_GPC fuse value which gives GPC
* floorsweeping status.
*
* @return fuse value read from NV_FUSE_STATUS_OPT_GPC.
*/
u32 (*fuse_status_opt_gpc)(struct gk20a *g);
u32 (*fuse_opt_sec_debug_en)(struct gk20a *g); u32 (*fuse_opt_sec_debug_en)(struct gk20a *g);
u32 (*read_vin_cal_fuse_rev)(struct gk20a *g); u32 (*read_vin_cal_fuse_rev)(struct gk20a *g);