mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: add doxygen for common MC unit
Add doxygen details about Master Control (MC) common unit. Moved the interrupt handling related variables to new structure nvgpu_mc. JIRA NVGPU-2524 Change-Id: I61fb4ba325d9bd71e9505af01cd5a82e4e205833 Signed-off-by: Sagar Kamble <skamble@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2226019 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
b26acdeb87
commit
f2b49f1c40
@@ -385,7 +385,7 @@ int vgpu_probe(struct platform_device *pdev)
|
||||
|
||||
init_rwsem(&l->busy_lock);
|
||||
|
||||
nvgpu_spinlock_init(&gk20a->mc_enable_lock);
|
||||
nvgpu_spinlock_init(&gk20a->mc.enable_lock);
|
||||
|
||||
gk20a->ch_wdt_init_limit_ms = platform->ch_wdt_init_limit_ms;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user