Re: [PATCH 4/4] drm/radeon/ttm: use multihop

2020-11-16 Thread Christian König
Hi Dave, amdgpu also blows up immediately, going to investigate now what's wrong here. Christian. Am 16.11.20 um 13:51 schrieb Thomas Zimmermann: Hi 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 fav

Re: [PATCH 4/4] drm/radeon/ttm: use multihop

2020-11-16 Thread Thomas Zimmermann
Hi 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/radeon/radeon_ttm.c | 119 +++--

[PATCH 4/4] drm/radeon/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/radeon/radeon_ttm.c | 119 +++- 1 file changed, 13 insertions(+), 106 deletions(-) d