commit | 161ab658a611df14fb0365b7b70a8c5fed3e4870 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Tue May 26 12:24:15 2015 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu May 28 00:03:39 2015 -0400 |
tree | a2ae6aa23ac524962cb45998ae6b14a32a3986bd | |
parent | 010621936103fcfc15375ccdc92c0f583923d489 [diff] |
drm/radeon: stop using addr to check for BO move It is theoretically possible that a swapped out BO gets the same GTT address, but different backing pages while being swapped in. Instead just use another VA state to note updated areas. Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>