]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: reset BOs address after clearing it.
authorChristian König <christian.koenig@amd.com>
Mon, 27 Apr 2015 15:04:35 +0000 (17:04 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 27 Apr 2015 15:29:14 +0000 (11:29 -0400)
commit3dde123fa18de2b6e2862b687065ead65d1757ea
tree5de990ba40aa4788109ebcc63ef82969c50258a3
parenta4c9d6a16f37a2b20617e2f48a2ec6db85ccfd4a
drm/radeon: reset BOs address after clearing it.

Otherwise it is possible that we will have page table corruption
if we change a BOs address multiple times.

Signed-off-by: Christian König <christian.koenig@amd.com>
CC: stable@vger.kernel.org
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_vm.c