]> Git Repo - linux.git/commit
drm/amdgpu: move ttm bo->offset to amdgpu_bo
authorNirmoy Das <[email protected]>
Wed, 24 Jun 2020 18:26:41 +0000 (20:26 +0200)
committerChristian König <[email protected]>
Thu, 25 Jun 2020 09:58:42 +0000 (11:58 +0200)
commitb1a8ef952a25a926869deca08b74874ecfadf7ad
tree4c14fbf72e15a67a1d63cc159ce8d8a028f9b023
parentebf93015097367d4de77deea5d4d9b657dbf7a49
drm/amdgpu: move ttm bo->offset to amdgpu_bo

GPU address should belong to driver not in memory management.
This patch moves ttm bo.offset and gpu_offset calculation to amdgpu driver.

Signed-off-by: Nirmoy Das <[email protected]>
Acked-by: Huang Rui <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Christian König <[email protected]>
Link: https://patchwork.freedesktop.org/patch/372930/
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_sdma.c
This page took 0.050476 seconds and 4 git commands to generate.