From b61a3951065ba6fa57b492c563c1681136bf69bf Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Wed, 28 Jun 2017 11:18:09 -0700 Subject: 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 Reviewed-on: https://git-master/r/1510290 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gp10b/ce_gp10b.c | 2 +- drivers/gpu/nvgpu/gp10b/ce_gp10b.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu') diff --git a/drivers/gpu/nvgpu/gp10b/ce_gp10b.c b/drivers/gpu/nvgpu/gp10b/ce_gp10b.c index 169309fa..1fff37fb 100644 --- a/drivers/gpu/nvgpu/gp10b/ce_gp10b.c +++ b/drivers/gpu/nvgpu/gp10b/ce_gp10b.c @@ -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; diff --git a/drivers/gpu/nvgpu/gp10b/ce_gp10b.h b/drivers/gpu/nvgpu/gp10b/ce_gp10b.h index 948d0454..134c2ddb 100644 --- a/drivers/gpu/nvgpu/gp10b/ce_gp10b.h +++ b/drivers/gpu/nvgpu/gp10b/ce_gp10b.h @@ -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__*/ -- cgit v1.2.2