summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/ce_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/ce_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/ce_gp10b.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/ce_gp10b.c b/drivers/gpu/nvgpu/gp10b/ce_gp10b.c
index e5082778..f19a4b0f 100644
--- a/drivers/gpu/nvgpu/gp10b/ce_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/ce_gp10b.c
@@ -16,10 +16,12 @@
16 * this program. 16 * this program.
17 */ 17 */
18 18
19#include "gk20a/gk20a.h" /* FERMI and MAXWELL classes defined here */ 19#include "gk20a/gk20a.h"
20#include "hw_ce_gp10b.h" 20
21#include "ce_gp10b.h" 21#include "ce_gp10b.h"
22 22
23#include <nvgpu/hw/gp10b/hw_ce_gp10b.h>
24
23static void ce_nonblockpipe_isr(struct gk20a *g, u32 fifo_intr) 25static void ce_nonblockpipe_isr(struct gk20a *g, u32 fifo_intr)
24{ 26{
25 gk20a_dbg(gpu_dbg_intr, "ce non-blocking pipe interrupt\n"); 27 gk20a_dbg(gpu_dbg_intr, "ce non-blocking pipe interrupt\n");