Searched refs:nvkm_engctx_create (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
D | sw.h | 13 nvkm_engctx_create((p), (e), (c), (p), 0, 0, 0, (d))
|
D | mpeg.h | 10 nvkm_engctx_create((p), (e), (c), (g), (s), (a), (f), (d))
|
D | falcon.h | 10 nvkm_engctx_create((p), (e), (c), (g), (s), (a), (f), (d))
|
D | gr.h | 10 nvkm_engctx_create((p), (e), (c), (g), (s), (a), (f), (d))
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | engctx.h | 28 #define nvkm_engctx_create(p,e,c,g,s,a,f,d) \ macro
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ |
D | xtensa.c | 49 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/ |
D | engctx.c | 190 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/ |
D | base.c | 350 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/ |
D | nv50.c | 1264 ret = nvkm_engctx_create(parent, engine, oclass, NULL, 0x10000, in nv50_disp_data_ctor()
|