drm/radeon/cik: add support for doing async VM pt updates (v5)
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 31 Aug 2012 15:00:53 +0000 (11:00 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Jun 2013 21:50:34 +0000 (17:50 -0400)
commitd0e092d969a20a9848d5721cbf3fb8e957f66635
treeda742bf53e3ee0fc0ca282379fe753023b0dc797
parent605de6b97e82934f37480446099d6a7453f2e964
drm/radeon/cik: add support for doing async VM pt updates (v5)

Async page table updates using the sDMA engine.  sDMA has a
special packet for updating entries for contiguous pages
that reduces overhead.

v2: add support for and use the CP for now.
v3: update for 2 level PTs
v4: rebase, fix DMA packet
v5: switch to using an IB

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