Searched refs:nvkm_sw_context_create (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
D | sw.h | 12 #define nvkm_sw_context_create(p,e,c,d) \ macro
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
D | nv10.c | 71 ret = nvkm_sw_context_create(parent, engine, oclass, &chan); in nv10_sw_context_ctor()
|
D | nv04.c | 82 ret = nvkm_sw_context_create(parent, engine, oclass, &chan); in nv04_sw_context_ctor()
|
D | nv50.c | 165 ret = nvkm_sw_context_create(parent, engine, oclass, &chan); in nv50_sw_context_ctor()
|