Home
last modified time | relevance | path

Searched refs:nvkm_gr_create (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dgr.h40 #define nvkm_gr_create(p,e,c,y,d) \ macro
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv2a.c98 ret = nvkm_gr_create(parent, engine, oclass, true, &priv); in nv2a_gr_ctor()
Dnv25.c131 ret = nvkm_gr_create(parent, engine, oclass, true, &priv); in nv25_gr_ctor()
Dnv35.c132 ret = nvkm_gr_create(parent, engine, oclass, true, &priv); in nv35_gr_ctor()
Dnv34.c132 ret = nvkm_gr_create(parent, engine, oclass, true, &priv); in nv34_gr_ctor()
Dnv30.c134 ret = nvkm_gr_create(parent, engine, oclass, true, &priv); in nv30_gr_ctor()
Dnv20.c244 ret = nvkm_gr_create(parent, engine, oclass, true, &priv); in nv20_gr_ctor()
Dnv40.c347 ret = nvkm_gr_create(parent, engine, oclass, true, &priv); in nv40_gr_ctor()
Dnv50.c856 ret = nvkm_gr_create(parent, engine, oclass, true, &priv); in nv50_gr_ctor()
Dnv04.c1318 ret = nvkm_gr_create(parent, engine, oclass, true, &priv); in nv04_gr_ctor()
Dnv10.c1219 ret = nvkm_gr_create(parent, engine, oclass, true, &priv); in nv10_gr_ctor()
Dgf100.c1589 ret = nvkm_gr_create(parent, engine, bclass, enable, &priv); in gf100_gr_ctor()