H A D | nouveau_chan.c | 101 nvif_object_dtor(&chan->gart); in nouveau_channel_del() 357 nouveau_channel_init(struct nouveau_channel *chan, u32 vram, u32 gart) 390 /* allocate dma objects to cover all allowed vram, and gart */ in nouveau_channel_init() 428 ret = nvif_object_ctor(&chan->user, "abi16ChanGartCtxDma", gart, in nouveau_channel_init() 430 &chan->gart); in nouveau_channel_init() 490 bool priv, u64 runm, u32 vram, u32 gart, struct nouveau_channel **pchan) 500 ret = nouveau_channel_init(*pchan, vram, gart); in nouveau_channel_new() 359 nouveau_channel_init(struct nouveau_channel * chan,u32 vram,u32 gart) nouveau_channel_init() argument 492 nouveau_channel_new(struct nouveau_cli * cli,bool priv,u64 runm,u32 vram,u32 gart,struct nouveau_channel ** pchan) nouveau_channel_new() argument
|