summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/gr_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/gr_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/gr_gp106.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gp106/gr_gp106.c b/drivers/gpu/nvgpu/gp106/gr_gp106.c
index cbcb5981..5b4de94a 100644
--- a/drivers/gpu/nvgpu/gp106/gr_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/gr_gp106.c
@@ -13,14 +13,14 @@
13 * more details. 13 * more details.
14 */ 14 */
15 15
16#include "gk20a/gk20a.h" /* FERMI and MAXWELL classes defined here */ 16#include "gk20a/gk20a.h"
17
18#include "gk20a/gr_gk20a.h" 17#include "gk20a/gr_gk20a.h"
19 18#include "gm20b/gr_gm20b.h"
20#include "gm20b/gr_gm20b.h" /* for MAXWELL classes */
21#include "gp10b/gr_gp10b.h" 19#include "gp10b/gr_gp10b.h"
20
22#include "gr_gp106.h" 21#include "gr_gp106.h"
23#include "hw_gr_gp106.h" 22
23#include <nvgpu/hw/gp106/hw_gr_gp106.h>
24 24
25static bool gr_gp106_is_valid_class(struct gk20a *g, u32 class_num) 25static bool gr_gp106_is_valid_class(struct gk20a *g, u32 class_num)
26{ 26{