D | nv30_winsys.h | 24 uint32_t flags, uint32_t vor, uint32_t tor) in PUSH_RELOC() argument 26 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor); in PUSH_RELOC() 60 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor) in PUSH_MTHDo() argument 63 bo, 0, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL; in PUSH_MTHDo() 65 PUSH_DATA(push, vor); in PUSH_MTHDo() 73 uint32_t vor, uint32_t tor) in PUSH_MTHDs() argument 76 bo, data, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL; in PUSH_MTHDs() 78 PUSH_DATA(push, data | vor); in PUSH_MTHDs() 86 uint32_t vor, uint32_t tor) in PUSH_MTHD() argument 90 bo, data, access | NOUVEAU_BO_OR, vor, tor); in PUSH_MTHD() [all …]
|