1 #ifndef __NV50_GR_H__ 2 #define __NV50_GR_H__ 3 struct nvkm_device; 4 5 int nv50_grctx_init(struct nouveau_device *, u32 *size); 6 void nv50_grctx_fill(struct nouveau_device *, struct nouveau_gpuobj *); 7 #endif 8
1 #ifndef __NV50_GR_H__ 2 #define __NV50_GR_H__ 3 struct nvkm_device; 4 5 int nv50_grctx_init(struct nouveau_device *, u32 *size); 6 void nv50_grctx_fill(struct nouveau_device *, struct nouveau_gpuobj *); 7 #endif 8