mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: gp10b_ce_isr declared non-static
Required for t19x ce isr handling JIRA GPUT19X-46 JIRA GPUT19X-12 Change-Id: I18558d633012205f7e0920da65c8d9e89aab906d Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master/r/1510290 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
eabf3541ea
commit
b61a395106
@@ -36,7 +36,7 @@ static u32 ce_launcherr_isr(struct gk20a *g, u32 fifo_intr)
|
||||
return ce_intr_status_launcherr_pending_f();
|
||||
}
|
||||
|
||||
static void gp10b_ce_isr(struct gk20a *g, u32 inst_id, u32 pri_base)
|
||||
void gp10b_ce_isr(struct gk20a *g, u32 inst_id, u32 pri_base)
|
||||
{
|
||||
u32 ce_intr = gk20a_readl(g, ce_intr_status_r(inst_id));
|
||||
u32 clear_intr = 0;
|
||||
|
||||
@@ -22,5 +22,6 @@
|
||||
#include "gk20a/tsg_gk20a.h"
|
||||
|
||||
void gp10b_init_ce(struct gpu_ops *gops);
|
||||
void gp10b_ce_isr(struct gk20a *g, u32 inst_id, u32 pri_base);
|
||||
|
||||
#endif /*__CE2_GP10B_H__*/
|
||||
|
||||
Reference in New Issue
Block a user