Home
last modified time | relevance | path

Searched refs:NV_MEM_TARGET_VM (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/nouveau/nvkm/engine/dma/
Dusergf119.c99 if (dmaobj->base.target != NV_MEM_TARGET_VM) { in gf119_dmaobj_new()
117 case NV_MEM_TARGET_VM: in gf119_dmaobj_new()
Dusergf100.c102 if (dmaobj->base.target != NV_MEM_TARGET_VM) { in gf100_dmaobj_new()
120 case NV_MEM_TARGET_VM: in gf100_dmaobj_new()
Dusernv50.c104 if (dmaobj->base.target != NV_MEM_TARGET_VM) { in nv50_dmaobj_new()
125 case NV_MEM_TARGET_VM: in nv50_dmaobj_new()
Dusernv04.c97 if (dmaobj->base.target == NV_MEM_TARGET_VM) { in nv04_dmaobj_new()
Duser.c100 dmaobj->target = NV_MEM_TARGET_VM; in nvkm_dmaobj_ctor()
/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dfb.h18 #define NV_MEM_TARGET_VM 3 macro