commit | 43f1214aa094e46efdfc0255d9601be0e5ea0f62 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Fri Feb 01 17:32:42 2013 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Feb 01 13:57:10 2013 -0500 |
tree | f68b6472afdc8d460b73f67958aad4b21e06ee85 | |
parent | 24178ec42b0985d485886bc43b97e54ff173627e [diff] |
drm/radeon: use IBs for VM page table updates v2 For very large page table updates, we can exceed the size of the ring. To avoid this, use an IB to perform the page table update. v2(ck): cleanup the IB infrastructure and the use it instead of filling the struct ourself. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Christian König <christian.koenig@amd.com>