Home
last modified time | relevance | path

Searched refs:nvkm_gr_context_create (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dgr.h9 #define nvkm_gr_context_create(p,e,c,g,s,a,f,d) \ macro
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv2a.c18 ret = nvkm_gr_context_create(parent, engine, oclass, NULL, 0x36b0, in nv2a_gr_context_ctor()
Dnv25.c42 ret = nvkm_gr_context_create(parent, engine, oclass, NULL, 0x3724, in nv25_gr_context_ctor()
Dnv35.c44 ret = nvkm_gr_context_create(parent, engine, oclass, NULL, 0x577c, in nv35_gr_context_ctor()
Dnv34.c44 ret = nvkm_gr_context_create(parent, engine, oclass, NULL, 0x46dc, in nv34_gr_context_ctor()
Dnv30.c46 ret = nvkm_gr_context_create(parent, engine, oclass, NULL, 0x5f48, in nv30_gr_context_ctor()
Dnv20.c47 ret = nvkm_gr_context_create(parent, engine, oclass, NULL, 0x37f0, in nv20_gr_context_ctor()
Dnv40.c144 ret = nvkm_gr_context_create(parent, engine, oclass, NULL, priv->size, in nv40_gr_context_ctor()
Dnv50.c150 ret = nvkm_gr_context_create(parent, engine, oclass, NULL, priv->size, in nv50_gr_context_ctor()
Dgf100.c287 ret = nvkm_gr_context_create(parent, engine, oclass, NULL, in gf100_gr_context_ctor()