aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.h
blob: a5cdb43524cb7b0eeb4b15eafe4363312397c216 (plain) (blame)
1
2
3
4
5
6
7
#ifndef __NV50_GR_H__
#define __NV50_GR_H__
struct nvkm_device;

int  nv50_grctx_init(struct nouveau_device *, u32 *size);
void nv50_grctx_fill(struct nouveau_device *, struct nouveau_gpuobj *);
#endif