drm/amdkfd: pages_addr offset must be 0 for system range
authorPhilip Yang <Philip.Yang@amd.com>
Fri, 4 Jun 2021 20:22:58 +0000 (16:22 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Jun 2021 18:57:18 +0000 (14:57 -0400)
commit0dc2bafb08c053240e5fd913a041b9885ab947f1
tree68158dbbb0c08554dfc4b86108b74ef5a6003061
parentcf2a22e4080d8de3693bd11c288d34a6ea9d02fc
drm/amdkfd: pages_addr offset must be 0 for system range

prange->offset is for VRAM range mm_nodes, if multiple ranges share same
mm_nodes, migrate range back to VRAM will reuse the VRAM at offset of
the same mm_nodes. For system memory pages_addr array, the offset is
always 0, otherwise, update GPU mapping will use incorrect system memory
page, and cause system memory corruption.

Signed-off-by: Philip Yang <Philip.Yang@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_svm.c