diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.h')
| -rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.h b/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.h index 268b8d60ff73..db6ee3b06841 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.h +++ b/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.h | |||
| @@ -29,6 +29,7 @@ | |||
| 29 | #include <core/gpuobj.h> | 29 | #include <core/gpuobj.h> |
| 30 | #include <subdev/ltc.h> | 30 | #include <subdev/ltc.h> |
| 31 | #include <subdev/mmu.h> | 31 | #include <subdev/mmu.h> |
| 32 | #include <engine/falcon.h> | ||
| 32 | 33 | ||
| 33 | #define GPC_MAX 32 | 34 | #define GPC_MAX 32 |
| 34 | #define TPC_MAX_PER_GPC 8 | 35 | #define TPC_MAX_PER_GPC 8 |
| @@ -75,6 +76,8 @@ struct gf100_gr { | |||
| 75 | const struct gf100_gr_func *func; | 76 | const struct gf100_gr_func *func; |
| 76 | struct nvkm_gr base; | 77 | struct nvkm_gr base; |
| 77 | 78 | ||
| 79 | struct nvkm_falcon *fecs; | ||
| 80 | struct nvkm_falcon *gpccs; | ||
| 78 | struct gf100_gr_fuc fuc409c; | 81 | struct gf100_gr_fuc fuc409c; |
| 79 | struct gf100_gr_fuc fuc409d; | 82 | struct gf100_gr_fuc fuc409d; |
| 80 | struct gf100_gr_fuc fuc41ac; | 83 | struct gf100_gr_fuc fuc41ac; |
