Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv50.h35 int nv50_grctx_init(struct nvkm_device *, u32 *size);
H A Dnv50.c719 ret = nv50_grctx_init(device, &gr->size); in nv50_gr_init()
H A Dctxnv50.c266 nv50_grctx_init(struct nvkm_device *device, u32 *size) in nv50_grctx_init() function