commit | f29224a6197dc71a7f3c557f41ae56c58192c345 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Thu Nov 17 12:06:38 2016 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Nov 23 15:08:44 2016 -0500 |
tree | 488feb44c7e16a065ca1c355a74642c6bb036091 | |
parent | 3b1c9036a678e917c2df6ed12cb96681b7dd92b4 [diff] |
drm/amdgpu: fix amdgpu_fill_buffer (v2) The mem start is relative to the domain in the address space, so this worked only when VRAM was mapped at offset 0. It also didn't handled multiple drm_mm_nodes for split VRAM. v2: rebase on dma_fence renaming Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>