Re: [PATCH 2/4] drm/amdgpu/ttm: use multihop

2020-12-14 Thread Alex Deucher
On Mon, Dec 14, 2020 at 4:08 AM Daniel Vetter wrote: > > On Sun, Dec 13, 2020 at 2:44 AM Mike Lothian wrote: > > > > Hi > > > > This patch is causing issues for me on both a Raven system and a Tonga > > (PRIME) system > > > > https://gitlab.freedesktop.org/drm/amd/-/issues/1405 > > > > It's only

Re: [PATCH 2/4] drm/amdgpu/ttm: use multihop

2020-12-14 Thread Daniel Vetter
On Sun, Dec 13, 2020 at 2:44 AM Mike Lothian wrote: > > Hi > > This patch is causing issues for me on both a Raven system and a Tonga > (PRIME) system > > https://gitlab.freedesktop.org/drm/amd/-/issues/1405 > > It's only recently been merged into agd5f's tree - which is why I'm > only just notici

Re: [PATCH 2/4] drm/amdgpu/ttm: use multihop

2020-12-12 Thread Mike Lothian
Hi This patch is causing issues for me on both a Raven system and a Tonga (PRIME) system https://gitlab.freedesktop.org/drm/amd/-/issues/1405 It's only recently been merged into agd5f's tree - which is why I'm only just noticing it I realise this has now been submitted for rc1 - please can some

Re: [PATCH 2/4] drm/amdgpu/ttm: use multihop

2020-11-10 Thread Daniel Vetter
On Mon, Nov 09, 2020 at 10:54:30AM +1000, Dave Airlie wrote: > From: Dave Airlie > > This removes the code to move resources directly between > SYSTEM and VRAM in favour of using the core ttm mulithop code. > > Signed-off-by: Dave Airlie > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 136 ++

Re: [PATCH 2/4] drm/amdgpu/ttm: use multihop

2020-11-09 Thread Christian König
Am 09.11.20 um 01:54 schrieb Dave Airlie: From: Dave Airlie This removes the code to move resources directly between SYSTEM and VRAM in favour of using the core ttm mulithop code. Signed-off-by: Dave Airlie --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 136 +++- 1 file

[PATCH 2/4] drm/amdgpu/ttm: use multihop

2020-11-08 Thread Dave Airlie
From: Dave Airlie This removes the code to move resources directly between SYSTEM and VRAM in favour of using the core ttm mulithop code. Signed-off-by: Dave Airlie --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 136 +++- 1 file changed, 13 insertions(+), 123 deletions(-) d