]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
drm: Remove unneeded dma sync in ATI pcigart alloc
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sun, 20 Apr 2008 00:26:31 +0000 (10:26 +1000)
committerDave Airlie <airlied@linux.ie>
Sat, 26 Apr 2008 07:48:21 +0000 (17:48 +1000)
commitf1c3e67eb73a4a1db31e235883156ac098e29ff6
tree07326ba2bad347e8fa38b73742cc2e2b099dc81c
parent5ff64611333fd282793ff8997e02138aa2f6aab9
drm: Remove unneeded dma sync in ATI pcigart alloc

Now that the ATI pcigart code uses dma_alloc_coherent, we don't need
the dma_sync_single_for_device() that we used to have here.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/char/drm/ati_pcigart.c