Home
last modified time | relevance | path

Searched refs:nvkm_engctx_create (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dsw.h13 nvkm_engctx_create((p), (e), (c), (p), 0, 0, 0, (d))
Dmpeg.h10 nvkm_engctx_create((p), (e), (c), (g), (s), (a), (f), (d))
Dfalcon.h10 nvkm_engctx_create((p), (e), (c), (g), (s), (a), (f), (d))
Dgr.h10 nvkm_engctx_create((p), (e), (c), (g), (s), (a), (f), (d))
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Dengctx.h28 #define nvkm_engctx_create(p,e,c,g,s,a,f,d) \ macro
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/
Dxtensa.c49 ret = nvkm_engctx_create(parent, engine, oclass, NULL, 0x10000, 0x1000, in _nvkm_xtensa_engctx_ctor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dengctx.c190 ret = nvkm_engctx_create(parent, engine, oclass, NULL, 256, 256, in _nvkm_engctx_ctor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/pm/
Dbase.c350 ret = nvkm_engctx_create(parent, engine, oclass, NULL, 0, 0, 0, &ctx); in nvkm_perfctx_ctor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dnv50.c1264 ret = nvkm_engctx_create(parent, engine, oclass, NULL, 0x10000, in nv50_disp_data_ctor()