summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2017-01-12 16:01:36 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-24 18:15:16 -0500
commit4b09997772f406d16945016ff4581c7c992faeab (patch)
tree8a638b710a01977ee49268a9b327d9488bd96558 /drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
parent4f3871309d5216b50179feed8f8024193b2224cf (diff)
nvgpu: gpu: HW header update for Volta
Similar HW header update as has been done for all the other chips. HW header files are located under: drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/ And can be included like so: #include <nvgpu/hw/gv11b/hw_gr_gv11b.h> Bug 1799159 Change-Id: If39bd71480a34f85bf25f4c36aec0f8f6de4dc9f Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: http://git-master/r/1284433 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/fifo_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/fifo_gv11b.c14
1 files changed, 9 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
index 7f2f5a65..ab32016e 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
@@ -14,17 +14,21 @@
14 */ 14 */
15#include <linux/delay.h> 15#include <linux/delay.h>
16#include <linux/types.h> 16#include <linux/types.h>
17
17#include "gk20a/gk20a.h" 18#include "gk20a/gk20a.h"
18#include "gk20a/fifo_gk20a.h" 19#include "gk20a/fifo_gk20a.h"
20
19#include "gp10b/fifo_gp10b.h" 21#include "gp10b/fifo_gp10b.h"
20#include "hw_pbdma_gv11b.h" 22
23#include <nvgpu/hw/gv11b/hw_pbdma_gv11b.h>
24#include <nvgpu/hw/gv11b/hw_fifo_gv11b.h>
25#include <nvgpu/hw/gv11b/hw_ram_gv11b.h>
26#include <nvgpu/hw/gv11b/hw_ccsr_gv11b.h>
27#include <nvgpu/hw/gv11b/hw_usermode_gv11b.h>
28
21#include "fifo_gv11b.h" 29#include "fifo_gv11b.h"
22#include "subctx_gv11b.h" 30#include "subctx_gv11b.h"
23#include "gr_gv11b.h" 31#include "gr_gv11b.h"
24#include "hw_fifo_gv11b.h"
25#include "hw_ram_gv11b.h"
26#include "hw_ccsr_gv11b.h"
27#include "hw_usermode_gv11b.h"
28 32
29#define CHANNEL_INFO_VEID0 0 33#define CHANNEL_INFO_VEID0 0
30#define PBDMA_SUBDEVICE_ID 1 34#define PBDMA_SUBDEVICE_ID 1