xref: /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.h (revision 2ba9268dd603d23e17643437b2246acb6844953b)
1 #ifndef __NV50_GR_H__
2 #define __NV50_GR_H__
3 #include <engine/gr.h>
4 struct nvkm_device;
5 struct nvkm_gpuobj;
6 
7 int  nv50_grctx_init(struct nvkm_device *, u32 *size);
8 void nv50_grctx_fill(struct nvkm_device *, struct nvkm_gpuobj *);
9 #endif
10