summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2018-07-02 17:30:26 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-07-12 23:44:13 -0400
commitb97bcb3c689426a1b099e88ceef4d55584e2362b (patch)
tree4ad683912a323eca81a493314db3d74b46b6aa71 /drivers/gpu/nvgpu/vgpu/gv11b
parentb07a304ba3e747c80fe3e0a16caec88c8e1e8b28 (diff)
gpu: nvgpu: Move FB to common
Move all FB HAL implementations to common/fb. JIRA NVGPU-596 Change-Id: Id4ea09d608f5d6d1b245bddac09ecf1444b8ab30 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1769724 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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 577c8f6e..38f9a184 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -23,6 +23,10 @@
23#include "common/bus/bus_gk20a.h" 23#include "common/bus/bus_gk20a.h"
24#include "common/bus/bus_gm20b.h" 24#include "common/bus/bus_gm20b.h"
25#include "common/clock_gating/gv11b_gating_reglist.h" 25#include "common/clock_gating/gv11b_gating_reglist.h"
26#include "common/fb/fb_gk20a.h"
27#include "common/fb/fb_gm20b.h"
28#include "common/fb/fb_gp10b.h"
29#include "common/fb/fb_gv11b.h"
26 30
27#include <gk20a/gk20a.h> 31#include <gk20a/gk20a.h>
28#include <gv11b/hal_gv11b.h> 32#include <gv11b/hal_gv11b.h>
@@ -40,20 +44,17 @@
40#include "vgpu/gp10b/vgpu_mm_gp10b.h" 44#include "vgpu/gp10b/vgpu_mm_gp10b.h"
41#include "vgpu/gp10b/vgpu_gr_gp10b.h" 45#include "vgpu/gp10b/vgpu_gr_gp10b.h"
42 46
43#include <gk20a/fb_gk20a.h>
44#include <gk20a/flcn_gk20a.h> 47#include <gk20a/flcn_gk20a.h>
45#include <gk20a/mc_gk20a.h> 48#include <gk20a/mc_gk20a.h>
46#include "gk20a/dbg_gpu_gk20a.h" 49#include "gk20a/dbg_gpu_gk20a.h"
47 50
48#include <gm20b/gr_gm20b.h> 51#include <gm20b/gr_gm20b.h>
49#include <gm20b/fb_gm20b.h>
50#include <gm20b/fifo_gm20b.h> 52#include <gm20b/fifo_gm20b.h>
51#include <gm20b/pmu_gm20b.h> 53#include <gm20b/pmu_gm20b.h>
52#include <gm20b/mm_gm20b.h> 54#include <gm20b/mm_gm20b.h>
53#include <gm20b/acr_gm20b.h> 55#include <gm20b/acr_gm20b.h>
54#include <gm20b/ltc_gm20b.h> 56#include <gm20b/ltc_gm20b.h>
55 57
56#include <gp10b/fb_gp10b.h>
57#include <gp10b/pmu_gp10b.h> 58#include <gp10b/pmu_gp10b.h>
58#include <gp10b/mm_gp10b.h> 59#include <gp10b/mm_gp10b.h>
59#include <gp10b/mc_gp10b.h> 60#include <gp10b/mc_gp10b.h>
@@ -67,7 +68,6 @@
67#include <gp106/pmu_gp106.h> 68#include <gp106/pmu_gp106.h>
68#include <gp106/acr_gp106.h> 69#include <gp106/acr_gp106.h>
69 70
70#include <gv11b/fb_gv11b.h>
71#include <gv11b/pmu_gv11b.h> 71#include <gv11b/pmu_gv11b.h>
72#include <gv11b/acr_gv11b.h> 72#include <gv11b/acr_gv11b.h>
73#include <gv11b/mm_gv11b.h> 73#include <gv11b/mm_gv11b.h>