xref: /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.h (revision 5e022d1aa0be77d749939a56f751f62ed8ee4d2b)
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