summaryrefslogtreecommitdiff
path: root/drm/nouveau/nvkm/engine/gr/nv50.h
diff options
context:
space:
mode:
Diffstat (limited to 'drm/nouveau/nvkm/engine/gr/nv50.h')
-rw-r--r--drm/nouveau/nvkm/engine/gr/nv50.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/drm/nouveau/nvkm/engine/gr/nv50.h b/drm/nouveau/nvkm/engine/gr/nv50.h
index a5cdb4352..bcf786f6b 100644
--- a/drm/nouveau/nvkm/engine/gr/nv50.h
+++ b/drm/nouveau/nvkm/engine/gr/nv50.h
@@ -1,7 +1,9 @@
#ifndef __NV50_GR_H__
#define __NV50_GR_H__
+#include <engine/gr.h>
struct nvkm_device;
+struct nvkm_gpuobj;
-int nv50_grctx_init(struct nouveau_device *, u32 *size);
-void nv50_grctx_fill(struct nouveau_device *, struct nouveau_gpuobj *);
+int nv50_grctx_init(struct nvkm_device *, u32 *size);
+void nv50_grctx_fill(struct nvkm_device *, struct nvkm_gpuobj *);
#endif