drm/radeon: re-enable PTE/PDE packet for set_page on cayman/TN
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Apr 2013 14:42:15 +0000 (10:42 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Apr 2013 20:15:27 +0000 (16:15 -0400)
PTE/PDE doesn't support a single update (count = 1).  We had
previously disabled it since it we were hitting that case which
let to hangs.  The PTE/PDE packet is much more efficient for VM
updates where it can be used.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

No differences found