summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/fecs_trace_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/fecs_trace_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/fecs_trace_gv11b.c31
1 files changed, 0 insertions, 31 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fecs_trace_gv11b.c b/drivers/gpu/nvgpu/gv11b/fecs_trace_gv11b.c
deleted file mode 100644
index 92357980..00000000
--- a/drivers/gpu/nvgpu/gv11b/fecs_trace_gv11b.c
+++ /dev/null
@@ -1,31 +0,0 @@
1/*
2 * GV11B GPU FECS traces
3 *
4 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
5 *
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,
8 * version 2, as published by the Free Software Foundation.
9 *
10 * This program is distributed in the hope it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 * more details.
14 */
15
16#include "gp10b/fecs_trace_gp10b.h"
17
18#include "gv11b/fecs_trace_gv11b.h"
19
20#ifdef CONFIG_GK20A_CTXSW_TRACE
21int gv11b_init_fecs_trace_ops(struct gpu_ops *ops)
22{
23 gp10b_init_fecs_trace_ops(ops);
24 return 0;
25}
26#else
27int gv11b_init_fecs_trace_ops(struct gpu_ops *ops)
28{
29 return 0;
30}
31#endif /* CONFIG_GK20A_CTXSW_TRACE */