Re: [PATCH 1/2] drm/ttm: drop special pipeline accel cleanup function.

2020-09-17 Thread Christian König
Am 17.09.20 um 08:41 schrieb Dave Airlie: From: Dave Airlie The two accel cleanup paths were mostly the same once refactored. Just pass a bool to say if the evictions are to be pipelined. Signed-off-by: Dave Airlie --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 5 +-

[PATCH 1/2] drm/ttm: drop special pipeline accel cleanup function.

2020-09-17 Thread Dave Airlie
From: Dave Airlie The two accel cleanup paths were mostly the same once refactored. Just pass a bool to say if the evictions are to be pipelined. Signed-off-by: Dave Airlie --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 5 +- drivers/gpu/drm/nouveau/nouveau_bo.c| 2 +-