Re: [PATCH 1/5] drm/ttm: refactor out common code to setup a new tt backed resource

2020-10-19 Thread Christian König
Am 19.10.20 um 09:13 schrieb Dave Airlie: From: Dave Airlie This factors out the code to setup non-system tt. The same code was used twice in the move paths. Reviewed-by: Ben Skeggs Signed-off-by: Dave Airlie Reviewed-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo.c | 12

[PATCH 1/5] drm/ttm: refactor out common code to setup a new tt backed resource

2020-10-19 Thread Dave Airlie
From: Dave Airlie This factors out the code to setup non-system tt. The same code was used twice in the move paths. Reviewed-by: Ben Skeggs Signed-off-by: Dave Airlie --- drivers/gpu/drm/ttm/ttm_bo.c | 12 +++ drivers/gpu/drm/ttm/ttm_bo_util.c | 34