summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/bus_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/bus_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/bus_gv11b.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/bus_gv11b.c b/drivers/gpu/nvgpu/gv11b/bus_gv11b.c
deleted file mode 100644
index 9a70b41c..00000000
--- a/drivers/gpu/nvgpu/gv11b/bus_gv11b.c
+++ /dev/null
@@ -1,26 +0,0 @@
1/*
2 * GV11B BUS
3 *
4 * Copyright (c) 2017, 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 "bus_gv11b.h"
17#include "gk20a/gk20a.h"
18#include "gk20a/bus_gk20a.h"
19
20void gv11b_init_bus(struct gpu_ops *gops)
21{
22 gops->bus.init_hw = gk20a_bus_init_hw;
23 gops->bus.isr = gk20a_bus_isr;
24 gops->bus.read_ptimer = gk20a_read_ptimer;
25 gops->bus.bar1_bind = NULL;
26}