summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/ce2_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ce2_gk20a.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
index 00635c4d..96d38b11 100644
--- a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * GK20A Graphics Copy Engine (gr host) 2 * GK20A Graphics Copy Engine (gr host)
3 * 3 *
4 * Copyright (c) 2011-2015, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2011-2016, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -57,7 +57,7 @@ static u32 ce2_launcherr_isr(struct gk20a *g, u32 fifo_intr)
57 return ce2_intr_status_launcherr_pending_f(); 57 return ce2_intr_status_launcherr_pending_f();
58} 58}
59 59
60void gk20a_ce2_isr(struct gk20a *g) 60void gk20a_ce2_isr(struct gk20a *g, u32 inst_id, u32 pri_base)
61{ 61{
62 u32 ce2_intr = gk20a_readl(g, ce2_intr_status_r()); 62 u32 ce2_intr = gk20a_readl(g, ce2_intr_status_r());
63 u32 clear_intr = 0; 63 u32 clear_intr = 0;
@@ -75,7 +75,7 @@ void gk20a_ce2_isr(struct gk20a *g)
75 return; 75 return;
76} 76}
77 77
78void gk20a_ce2_nonstall_isr(struct gk20a *g) 78void gk20a_ce2_nonstall_isr(struct gk20a *g, u32 inst_id, u32 pri_base)
79{ 79{
80 u32 ce2_intr = gk20a_readl(g, ce2_intr_status_r()); 80 u32 ce2_intr = gk20a_readl(g, ce2_intr_status_r());
81 81