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);