summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_sync.h
AgeCommit message (Collapse)Author
2006-12-26nouveau: Wait on notifier to check for completion of previous commands.Ben Skeggs
We can't wait on NV_PGRAPH_STATUS. We don't have the regs mapped, and there's no guarantee that we'll catch PGRAPH idle when multiple channels are active.
2006-12-26nouveau: Add notifier support functionsBen Skeggs