Home
last modified time | relevance | path

Searched refs:nv40_grctx_init (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv40.h47 int nv40_grctx_init(struct nvkm_device *, u32 *size);
H A Dnv40.c295 ret = nv40_grctx_init(device, &gr->size); in nv40_gr_init()
H A Dctxnv40.c671 nv40_grctx_init(struct nvkm_device *device, u32 *size) in nv40_grctx_init() function