Searched refs:NV_MEM_TARGET_VM (Results 1 – 6 of 6) sorted by relevance
59 if (dmaobj->target == NV_MEM_TARGET_VM) { in nvc0_dmaobj_bind()74 case NV_MEM_TARGET_VM: in nvc0_dmaobj_bind()
73 if (dmaobj->target == NV_MEM_TARGET_VM) { in nv50_dmaobj_bind()92 case NV_MEM_TARGET_VM: in nv50_dmaobj_bind()
53 dmaobj->target = NV_MEM_TARGET_VM; in nouveau_dmaobj_ctor()
64 if (dmaobj->target == NV_MEM_TARGET_VM) { in nvd0_dmaobj_bind()
64 if (dmaobj->target == NV_MEM_TARGET_VM) { in nv04_dmaobj_bind()
21 #define NV_MEM_TARGET_VM 3 macro