From: Alex Deucher Date: Tue, 6 Jan 2015 00:42:25 +0000 (-0500) Subject: drm/radeon: fix VM flush on cayman/aruba (v3) X-Git-Tag: fixes-v4.0-rc1~266^2~4^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbfc35b90f3b4853d1eb9fcb82e99531d6a1c629;p=pandora-kernel.git drm/radeon: fix VM flush on cayman/aruba (v3) We need to wait for the GPUVM flush to complete. There was some confusion as to how this mechanism was supposed to work. The operation is not atomic. For GPU initiated invalidations you need to read back a VM register to introduce enough latency for the update to complete. v2: drop gart changes v3: just read back rather than polling Reviewed-by: Christian König Signed-off-by: Alex Deucher Cc: stable@vger.kernel.org --- Reading git-diff-tree failed