Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / gpu / drm / nouveau / nvkm / engine / gr / nv50.h
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