Re: [PATCH] drm/ttm: remove overlapping memcpy support

2020-10-22 Thread Christian König
Am 22.10.20 um 05:11 schrieb Dave Airlie: From: Dave Airlie remove the overlapping memcp support as it's never used. Signed-off-by: Dave Airlie Reviewed-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo_util.c | 19 +++ 1 file changed, 3 insertions(+), 16 deletions(-)

[PATCH] drm/ttm: remove overlapping memcpy support

2020-10-21 Thread Dave Airlie
From: Dave Airlie remove the overlapping memcp support as it's never used. Signed-off-by: Dave Airlie --- drivers/gpu/drm/ttm/ttm_bo_util.c | 19 +++ 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/drivers/gpu/drm/ttm/ttm_bo_util.c b/drivers/gpu/drm/ttm/ttm_bo_u