summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/ce_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/ce_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/ce_gv11b.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/ce_gv11b.c b/drivers/gpu/nvgpu/gv11b/ce_gv11b.c
index 961054e0..efe443cc 100644
--- a/drivers/gpu/nvgpu/gv11b/ce_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/ce_gv11b.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Volta GPU series Copy Engine. 2 * Volta GPU series Copy Engine.
3 * 3 *
4 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2016-2017, 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,
@@ -16,9 +16,10 @@
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_gv11b.h" 20
21#include "gp10b/ce_gp10b.h" 21#include "gp10b/ce_gp10b.h"
22
22#include "ce_gv11b.h" 23#include "ce_gv11b.h"
23 24
24void gv11b_init_ce(struct gpu_ops *gops) 25void gv11b_init_ce(struct gpu_ops *gops)