drm/nouveau: workaround semaphore hw bug causing unnecessary interrupts
authorBen Skeggs <bskeggs@redhat.com>
Mon, 25 Jul 2011 10:26:19 +0000 (20:26 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 20 Sep 2011 06:08:59 +0000 (16:08 +1000)
commit91a8f1ea4bd98a7de888f7d56e28b72cc0c63ca1
tree865d8f39aeee90521b97e8f73ed68e9eae34a709
parentafb0c796d8002a0052662ff337dbd18b5dc5ff97
drm/nouveau: workaround semaphore hw bug causing unnecessary interrupts

The HW will only accept the DMA_FROM_MEMORY class for DMA_SEMAPHORE without
asking the driver to intervene.

It appears that semaphores will work correctly even without DMA_IN_MEMORY,
so lets avoid the large amount of interrupts generated by x-chan sync.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_fence.c