mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: update GPCCS falcon base addr init
GPCCS falcon base address was being set without invoking hal api. Remove FALCON_GPCCS_BASE. This patch defines gpu_ops.gr.gpccs_falcon_base_addr hal api to get this base address. JIRA NVGPU-1587 Change-Id: Icfa7a26d1bb2d67c81f05a43f6ce906f59706b3d Signed-off-by: Sagar Kamble <skamble@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1969431 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
c6fc301a9b
commit
147d5d9402
@@ -8686,3 +8686,8 @@ u32 gr_gk20a_fecs_falcon_base_addr(void)
|
||||
{
|
||||
return gr_fecs_irqsset_r();
|
||||
}
|
||||
|
||||
u32 gr_gk20a_gpccs_falcon_base_addr(void)
|
||||
{
|
||||
return gr_gpcs_gpccs_irqsset_r();
|
||||
}
|
||||
|
||||
@@ -798,4 +798,5 @@ void gk20a_gr_flush_channel_tlb(struct gr_gk20a *gr);
|
||||
|
||||
u32 gk20a_gr_get_fecs_ctx_state_store_major_rev_id(struct gk20a *g);
|
||||
u32 gr_gk20a_fecs_falcon_base_addr(void);
|
||||
u32 gr_gk20a_gpccs_falcon_base_addr(void);
|
||||
#endif /*__GR_GK20A_H__*/
|
||||
|
||||
Reference in New Issue
Block a user