[PATCH 0/2] Remove unused parameter evict from ttm_bo_move_{ttm, memcpy}

2016-08-08 Thread Michel Dänzer
From: Michel Dänzer 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

[PATCH 0/2] Remove unused parameter evict from ttm_bo_move_{ttm, memcpy}

2016-08-08 Thread Alex Deucher
On Mon, Aug 8, 2016 at 5:08 AM, Christian König wrote: > Am 08.08.2016 um 05:28 schrieb Michel Dänzer: >> >> From: Michel Dänzer > > > Reviewed-by: Christian König Applied. thanks! Alex > >> >> I noticed that these parameters are unused. >> >> These patches apply on top of 34b58355ad1d

[PATCH 0/2] Remove unused parameter evict from ttm_bo_move_{ttm, memcpy}

2016-08-08 Thread Christian König
Am 08.08.2016 um 05:28 schrieb Michel Dänzer: > From: Michel Dänzer Reviewed-by: Christian König > > 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