]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Fix unaligned memory copies
authorFelix Kuehling <Felix.Kuehling@amd.com>
Sat, 13 Jul 2019 06:35:37 +0000 (02:35 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Jul 2019 19:49:36 +0000 (14:49 -0500)
commite3b4505138bf7d34a89eeedaa24ac8e5d79724bd
tree4f140ddbbd4235eb827c865afc3876744e918d35
parent3fe8260faf5d66685800f66f7bb1540df082d4a2
drm/amdgpu: Fix unaligned memory copies

When starting a new mm_node, the page_offset becomes 0.

Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c