summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/ltc_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/ltc_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/ltc_gv11b.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/ltc_gv11b.c b/drivers/gpu/nvgpu/gv11b/ltc_gv11b.c
index c0e46be3..85ff33d2 100644
--- a/drivers/gpu/nvgpu/gv11b/ltc_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/ltc_gv11b.c
@@ -13,12 +13,13 @@
13 * more details. 13 * more details.
14 */ 14 */
15 15
16#include <linux/types.h>
17
18#include "gk20a/gk20a.h" 16#include "gk20a/gk20a.h"
17
19#include "gp10b/ltc_gp10b.h" 18#include "gp10b/ltc_gp10b.h"
20#include "gv11b/ltc_gv11b.h" 19
21#include "hw_ltc_gv11b.h" 20#include "ltc_gv11b.h"
21
22#include <nvgpu/hw/gv11b/hw_ltc_gv11b.h>
22 23
23/* 24/*
24 * Sets the ZBC stencil for the passed index. 25 * Sets the ZBC stencil for the passed index.