drm/radeon: add dma engine support for vm pt updates on ni (v5)
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 22 Oct 2012 16:19:01 +0000 (12:19 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 10 Dec 2012 22:21:41 +0000 (17:21 -0500)
commit3b6b59b610f0c0f351e68ec3eff9ab51ef75fb1a
tree46cd9b78aa994668f7075fbe57a0b2431b7338dd
parent2d6cc7296d4ee128ab0fa3b715f0afde511f49c2
drm/radeon: add dma engine support for vm pt updates on ni (v5)

Async DMA has a special packet for contiguous pt updates
which saves overhead.

v2: leave the CP method enabled for now as doing the updates
in the DMA rings is not working properly yet.

v3: update for 2 level pts

v4: rebase

v5: drop pte/pde packet.  doesn't seem to work on NI.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/ni.c