OSDN Git Service

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)
commit48afbd70ac7b6aa62e8d452091023941d8085f8a
tree5de990ba40aa4788109ebcc63ef82969c50258a3
parent26d4d129b6042197b4cbc8341c0618f99231af2f
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