summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2018-04-06 17:16:10 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-05-25 13:15:40 -0400
commit2dbf961365822e38ac6b7266388fcfa503f6e52f (patch)
treed3ee4e3698b80c2d9a4174547c42e66098b63750 /drivers/gpu/nvgpu/vgpu/gv11b
parent775c69af8cffbd3c11cda027a99ad9d588e09f95 (diff)
gpu: nvgpu: Move bus HAL to common
Move implementation of bus HAL to common/bus. Change-Id: Ia89350f9d94f3ccfd5500a340e6a677cd7d4cfaa Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1726337 GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index b7bb23a7..3a4af601 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -20,6 +20,8 @@
20 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
21 */ 21 */
22 22
23#include "common/bus/bus_gk20a.h"
24
23#include <gk20a/gk20a.h> 25#include <gk20a/gk20a.h>
24#include <gv11b/hal_gv11b.h> 26#include <gv11b/hal_gv11b.h>
25#include <nvgpu/vgpu/vgpu.h> 27#include <nvgpu/vgpu/vgpu.h>
@@ -38,7 +40,6 @@
38 40
39#include <gk20a/fb_gk20a.h> 41#include <gk20a/fb_gk20a.h>
40#include <gk20a/flcn_gk20a.h> 42#include <gk20a/flcn_gk20a.h>
41#include <gk20a/bus_gk20a.h>
42#include <gk20a/mc_gk20a.h> 43#include <gk20a/mc_gk20a.h>
43#include "gk20a/dbg_gpu_gk20a.h" 44#include "gk20a/dbg_gpu_gk20a.h"
44 45