]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix BO move offsets
authorChristian König <christian.koenig@amd.com>
Wed, 21 Sep 2016 07:38:14 +0000 (09:38 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 28 Sep 2016 20:16:24 +0000 (16:16 -0400)
commit5e83ffaf399639a3c56b32be9936823cfacb584d
tree9236f661ca2bcfb2c0ef624329618104fd84d4c1
parent030a079738aa65905613b4b533b0807e7791e52d
drm/amdgpu: fix BO move offsets

It's pretty pointless to get the offset first and then initialize it.

Should fix issues with the new GTT manager.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c