drm/amdkfd: unmap VMID<-->PASID when relesing VMID (non-HWS)
authorBen Goz <ben.goz@amd.com>
Mon, 5 Jan 2015 13:48:28 +0000 (15:48 +0200)
committerOded Gabbay <oded.gabbay@amd.com>
Mon, 5 Jan 2015 13:48:28 +0000 (15:48 +0200)
This patch fixes a bug where deallocate_vmid() didn't actually unmap the
VMID<-->PASID mapping (in the registers).
That can cause undefined behavior.

This bug only occurs in non-HWS mode.

Signed-off-by: Ben Goz <ben.goz@amd.com>
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>

No differences found