From b9c8436f2fe93dba5ba777ab4bdc8ef7e11af217 Mon Sep 17 00:00:00 2001 From: Philip Elcan Date: Fri, 17 Jan 2020 09:33:38 -0500 Subject: [PATCH] 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 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2280638 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Vinod Gopalakrishnakurup Reviewed-by: mobile promotions Tested-by: mobile promotions GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/include/nvgpu/gops_fuse.h | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/drivers/gpu/nvgpu/include/nvgpu/gops_fuse.h b/drivers/gpu/nvgpu/include/nvgpu/gops_fuse.h index 1c6f93d4b..ad35aa800 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/gops_fuse.h +++ b/drivers/gpu/nvgpu/include/nvgpu/gops_fuse.h @@ -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 * 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); - /** - * @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. * @@ -180,6 +168,18 @@ struct gops_fuse { /** @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 (*read_vin_cal_fuse_rev)(struct gk20a *g);