aboutsummaryrefslogtreecommitdiff
path: root/nouveau/nouveau_channel.c
AgeCommit message (Collapse)Author
2010-03-19nouveau: fix annoying compiler warningBen Skeggs
2010-01-21nouveau: fail channel creation if pushbuf init failsBen Skeggs
2010-01-15nouveau: disable flush_notify on channel_freeMarcin Slusarz
We don't want do call flush_notify when we will FIRE the RING a couple of lines later, because grobj bound to this channel might be already freed.
2010-01-15nouveau: fix memory leak in nouveau_channel_freeMarcin Slusarz
2009-12-28nouveau: Unreference pushbuf objects on channel destruction.Younes Manton
- unreference pushbuf objects on channel destruction Based on Krzysztof Smiechowicz's patch.
2009-11-17Move libdrm/ up one levelKristian Høgsberg