Hi Flora: What is the purpose of these patches?
Thanks JimQu ________________________________________ 发件人: amd-gfx <[email protected]> 代表 Flora Cui <[email protected]> 发送时间: 2016年9月9日 14:30:51 收件人: [email protected] 抄送: Cui, Flora 主题: [PATCH 2/2] drm/amdgpu: calc addr with domain's gpu_offset Change-Id: I8112e9d85866104559ecef7449f50fbb94167382 Signed-off-by: Flora Cui <[email protected]> --- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c index a549abd..3d7a3ab 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c @@ -1151,7 +1151,7 @@ int amdgpu_vm_bo_update(struct amdgpu_device *adev, break; case TTM_PL_VRAM: - addr += adev->vm_manager.vram_base_offset; + addr += bo_va->bo->tbo.bdev->man[mem->mem_type].gpu_offset; break; default: -- 2.7.4 _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
