mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: Create CIC-mon and CIC-rm subunits
common.cic unit is divided into common.cic.mon and common.cic.rm based on rm and mon process split. CIC-mon subunit includes the code which is utilized in critical interrupt handling path like initialization, error detection and error reporting path. CIC-rm subunit includes the code corresponding to rest of interrupt handling(like collecting error debug data from registers) and ISR status management (status of deferred interrupts). Split the CIC APIs and data-members into above two subunits. JIRA NVGPU-6899 Change-Id: I151b59105ff570607c4a62e974785e9c1323ef69 Signed-off-by: Tejal Kudav <tkudav@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2551897 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
8ccf9820ba
commit
0526e7eaa9
@@ -1074,20 +1074,23 @@ grmgr:
|
||||
cic:
|
||||
owner: Tejal K
|
||||
safe: yes
|
||||
sources: [ common/cic/cic.c,
|
||||
common/cic/cic_intr.c,
|
||||
common/cic/ce_cic.c,
|
||||
common/cic/ctxsw_cic.c,
|
||||
common/cic/msg_cic.c,
|
||||
common/cic/ecc_cic.c,
|
||||
common/cic/host_cic.c,
|
||||
common/cic/gr_cic.c,
|
||||
common/cic/pri_cic.c,
|
||||
common/cic/pmu_cic.c,
|
||||
common/cic/mmu_cic.c,
|
||||
common/cic/cic_priv.h,
|
||||
include/nvgpu/gops/cic.h,
|
||||
include/nvgpu/cic.h ]
|
||||
sources: [ common/cic/mon/mon_init.c,
|
||||
common/cic/mon/mon_lut.c,
|
||||
common/cic/mon/mon_intr.c,
|
||||
common/cic/mon/mon_ce.c,
|
||||
common/cic/mon/mon_ctxsw.c,
|
||||
common/cic/mon/mon_msg.c,
|
||||
common/cic/mon/mon_ecc.c,
|
||||
common/cic/mon/mon_host.c,
|
||||
common/cic/mon/mon_gr.c,
|
||||
common/cic/mon/mon_pri.c,
|
||||
common/cic/mon/mon_pmu.c,
|
||||
common/cic/mon/mon_mmu.c,
|
||||
common/cic/mon/cic_mon_priv.h,
|
||||
include/nvgpu/gops/cic_mon.h,
|
||||
include/nvgpu/cic_mon.h,
|
||||
common/cic/rm/rm_intr.c,
|
||||
include/nvgpu/cic_rm.h ]
|
||||
|
||||
##
|
||||
## HAL units. Currently they are under common but this needs to change.
|
||||
|
||||
@@ -1032,9 +1032,9 @@ tpc:
|
||||
cic:
|
||||
safe: yes
|
||||
owner: Tejal K
|
||||
sources: [ hal/cic/cic_gv11b_fusa.c,
|
||||
hal/cic/cic_lut_gv11b_fusa.c,
|
||||
hal/cic/cic_gv11b.h ]
|
||||
sources: [ hal/cic/mon/init_gv11b_fusa.c,
|
||||
hal/cic/mon/lut_gv11b_fusa.c,
|
||||
hal/cic/mon/cic_gv11b.h ]
|
||||
|
||||
grmgr:
|
||||
safe: no
|
||||
|
||||
Reference in New Issue
Block a user