commit | e971bd5e45764ff76df0ff110a19bf6b924f84d6 | [log] [tgz] |
---|---|---|
author | Christian König <deathsimple@vodafone.de> | Tue Sep 11 16:10:04 2012 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Sep 20 13:10:42 2012 -0400 |
tree | ddbb71c68d5cd1d3d525ba815b5357ef73194c02 | |
parent | d59f70216b7166f03fa732964deafc6453d62eb6 [diff] |
drm/radeon: rework the VM code a bit more (v2) Roughly based on how nouveau is handling it. Instead of adding the bo_va when the address is set add the bo_va when the handle is opened, but set the address to zero until userspace tells us where to place it. This fixes another bunch of problems with glamor. v2: agd5f: fix build after dropping patch 7/8. Signed-off-by: Christian König <deathsimple@vodafone.de>