Home
last modified time | relevance | path

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/
Dsw.h12 #define nvkm_sw_context_create(p,e,c,d) \ macro
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dnv10.c71 ret = nvkm_sw_context_create(parent, engine, oclass, &chan); in nv10_sw_context_ctor()
Dnv04.c82 ret = nvkm_sw_context_create(parent, engine, oclass, &chan); in nv04_sw_context_ctor()
Dnv50.c165 ret = nvkm_sw_context_create(parent, engine, oclass, &chan); in nv50_sw_context_ctor()