Searched refs:fifoch (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnvc0_fifo.c108 struct nvc0_fifo_chan *fifoch; local
112 chan->fifo_priv = kzalloc(sizeof(*fifoch), GFP_KERNEL);
115 fifoch = chan->fifo_priv;
119 NVOBJ_FLAG_ZERO_ALLOC, &fifoch->user);
124 *(struct nouveau_mem **)fifoch->user->node);
137 NVOBJ_FLAG_ZERO_ALLOC, &fifoch->ramfc);
141 nv_wo32(fifoch->ramfc, 0x08, lower_32_bits(fifoch->user->vinst));
142 nv_wo32(fifoch->ramfc, 0x0c, upper_32_bits(fifoch
175 struct nvc0_fifo_chan *fifoch; local
[all...]

Completed in 19 milliseconds