mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 01:50:07 +03:00
Add doxygen support to following functions. - gr_prepare_sw - gr_enable_hw - gr_init_support - gr_suspend In ecc subunit - ecc_init_support - ecc_remove_support - detect In setup subunit - alloc_obj_ctx - free_gr_ctx - free_subctx - set_preemption_mode In falcon subunit - read_fecs_ctxsw_mailbox - dump_stats - get_fecs_ctx_state_store_major_rev_id - bind_instblk - ctrl_ctxsw In intr subunit - nonstall_isr - stall_isr - flush_channel_tlb In init subunit - get_no_of_sm - get_nonpes_aware_tpc - wait_initialized - fifo_access - get_max_subctx_count - detect_sm_arch - get_supported__preemption_modes - get_default_preemption_modes Identified the hal ops not being called from outside units. Placed those hals under @cond ... @endcond comments. Each gr subunit structure definition is taken outside the main gops_gr structure definition. This helps to give a well structured doxygen document. Removed unused gr.falcon hals for submit_fecs_method_op submit_fecs_sideband_method_op Update doxygen comments for nvgpu_gr_enable_hw and nvgpu_gr_intr_stall_isr functions. Jira NVGPU-4107 Change-Id: I56a74ef07bcc21752a06e3a4f55442894bb9109f Signed-off-by: Vinod G <vinodg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2214511 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>