From: Jerome Glisse Date: Mon, 6 Aug 2012 16:32:21 +0000 (-0400) Subject: drm/radeon: fence virtual address and free it once idle v4 X-Git-Tag: v3.6-rc2~12^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e43b5ec05afdc232be25aa481315035c1888d389;p=pandora-kernel.git drm/radeon: fence virtual address and free it once idle v4 Virtual address need to be fenced to know when we can safely remove it. This patch also properly clear the pagetable. Previously it was serouisly broken. Kernel 3.5/3.4 need a similar patch but adapted for difference in mutex locking. v2: For to update pagetable when unbinding bo (don't bailout if bo_va->valid is true). v3: Add kernel 3.5/3.4 comment. v4: Fix compilation warnings. Signed-off-by: Jerome Glisse Reviewed-by: Alex Deucher --- Reading git-diff-tree failed