]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit17ec38988d880c2d217a035407acbc28b973ffc9
tree46cd9b78aa994668f7075fbe57a0b2431b7338dd
parent01d3a70d9f5eccc9f4f54475864dd3c5568e29d6
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