[PATCH 1/5] drm/ttm: add evict parameter to ttm_bo_driver::move_notify

2017-01-03 Thread Christian König
Am 21.12.2016 um 16:12 schrieb Nicolai Hähnle: > On 16.12.2016 03:49, zhoucm1 wrote: >> On 2016年12月16日 01:10, Nicolai Hähnle wrote: >>> From: Nicolai Hähnle >>> >>> Ensure that the driver can listen to evictions even when they don't >>> take the >>> path through ttm_bo_driver::move. >>>

[PATCH 1/5] drm/ttm: add evict parameter to ttm_bo_driver::move_notify

2016-12-21 Thread Nicolai Hähnle
On 16.12.2016 03:49, zhoucm1 wrote: > On 2016年12月16日 01:10, Nicolai Hähnle wrote: >> From: Nicolai Hähnle >> >> Ensure that the driver can listen to evictions even when they don't >> take the >> path through ttm_bo_driver::move. >> >> This is crucial for amdgpu, which relies on an

[PATCH 1/5] drm/ttm: add evict parameter to ttm_bo_driver::move_notify

2016-12-16 Thread zhoucm1
On 2016年12月16日 01:10, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Ensure that the driver can listen to evictions even when they don't take the > path through ttm_bo_driver::move. > > This is crucial for amdgpu, which relies on an eviction counter to skip > re-binding page tables

[PATCH 1/5] drm/ttm: add evict parameter to ttm_bo_driver::move_notify

2016-12-15 Thread Nicolai Hähnle
From: Nicolai Hähnle Ensure that the driver can listen to evictions even when they don't take the path through ttm_bo_driver::move. This is crucial for amdgpu, which relies on an eviction counter to skip re-binding page tables when possible. Signed-off-by: Nicolai