gpu: nvgpu: fix the doxygen comments due to ECC and MC refactoring changes

nvgpu_mc_log_pending_intrs is debugging related function hence compile
out that and related functionality under CONFIG_NVGPU_NON_FUSA.
nvgpu_mc_intr_enable is applicable for older chips hence compile out
under CONFIG_NVGPU_NON_FUSA and CONFIG_NVGPU_HAL_NON_FUSA.
Update BUS, CE, ECC, FIFO, MC, PRIV_RING, GR, LTC, FB, PMU units'
doxygen comments based on recent ECC and MC refactoring.

JIRA NVGPU-4439

Change-Id: I337318683d6311b9c2b5748f2fb07dff29a6584f
Signed-off-by: Sagar Kamble <skamble@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2252853
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Sagar Kamble
2019-12-02 11:44:02 +05:30
committed by Alex Waterman
parent bf49a248be
commit a8866825d2
18 changed files with 72 additions and 38 deletions

View File

@@ -656,7 +656,6 @@ int test_poweroff(struct unit_module *m, struct gk20a *g, void *args)
simple_init_func_ptrs_count = i;
g->ops.clk.suspend_clk_support = no_return;
g->ops.mc.log_pending_intrs = no_return;
g->ops.mc.intr_mask = no_return;
g->ops.falcon.falcon_sw_free = no_return_u32_param;
@@ -678,7 +677,6 @@ int test_poweroff(struct unit_module *m, struct gk20a *g, void *args)
/* Cover branches for NULL ptr checks */
g->ops.mc.intr_mask = NULL;
g->ops.mc.log_pending_intrs = NULL;
g->ops.channel.suspend_all_serviceable_ch = NULL;
g->ops.clk.suspend_clk_support = NULL;
err = nvgpu_prepare_poweroff(g);