Am 08.08.2016 um 05:28 schrieb Michel Dänzer: > From: Michel Dänzer <michel.daenzer at amd.com>
Reviewed-by: Christian König <christian.koenig at amd.com> > > I noticed that these parameters are unused. > > These patches apply on top of 34b58355ad1d ("drm/ttm: Wait for a BO to > become idle before unbinding it from GTT"), which is being merged to 4.8 > via Alex's tree. > > Michel Dänzer (2): > drm/ttm: Remove unused parameter evict from ttm_bo_move_ttm > drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpy > > drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 7 +++---- > drivers/gpu/drm/nouveau/nouveau_bo.c | 6 +++--- > drivers/gpu/drm/qxl/qxl_ttm.c | 4 ++-- > drivers/gpu/drm/radeon/radeon_ttm.c | 7 +++---- > drivers/gpu/drm/ttm/ttm_bo.c | 6 ++---- > drivers/gpu/drm/ttm/ttm_bo_util.c | 7 +++---- > include/drm/ttm/ttm_bo_driver.h | 7 ++----- > 7 files changed, 18 insertions(+), 26 deletions(-) >