Re: [PATCH v2 2/2] drm/amdgpu: Reduce SG bo memory usage for mGPUs

2021-12-09 Thread Felix Kuehling
Am 2021-12-09 um 10:47 a.m. schrieb Philip Yang: > For userptr bo, if adev is not in IOMMU isolation mode, RAM direct map > to GPU, multiple GPUs use same system memory dma mapping address, they > can share the original mem->bo in attachment to reduce dma address array > memory usage. > >

[PATCH v2 2/2] drm/amdgpu: Reduce SG bo memory usage for mGPUs

2021-12-09 Thread Philip Yang
For userptr bo, if adev is not in IOMMU isolation mode, RAM direct map to GPU, multiple GPUs use same system memory dma mapping address, they can share the original mem->bo in attachment to reduce dma address array memory usage. Signed-off-by: Philip Yang ---