Re: [Intel-gfx] [PATCH v2 0/9] Prereqs for TTM accelerated migration

2021-06-09 Thread Daniel Vetter
On Wed, Jun 09, 2021 at 04:35:57PM +0200, Thomas Hellström wrote: > > On 6/9/21 3:08 PM, Thomas Hellström wrote: > > > > On 6/9/21 2:20 PM, Matthew Auld wrote: > > > On 09/06/2021 13:16, Thomas Hellström wrote: > > > > > > > > On 6/9/21 1:48 PM, Daniel Vetter wrote: > > > > > On Wed, Jun 09,

Re: [Intel-gfx] [PATCH v2 0/9] Prereqs for TTM accelerated migration

2021-06-09 Thread Thomas Hellström
On 6/9/21 3:08 PM, Thomas Hellström wrote: On 6/9/21 2:20 PM, Matthew Auld wrote: On 09/06/2021 13:16, Thomas Hellström wrote: On 6/9/21 1:48 PM, Daniel Vetter wrote: On Wed, Jun 09, 2021 at 08:34:27AM +0200, Thomas Hellström wrote: A couple of patches from Chris which implement pipelined

Re: [Intel-gfx] [PATCH v2 0/9] Prereqs for TTM accelerated migration

2021-06-09 Thread Thomas Hellström
On 6/9/21 2:20 PM, Matthew Auld wrote: On 09/06/2021 13:16, Thomas Hellström wrote: On 6/9/21 1:48 PM, Daniel Vetter wrote: On Wed, Jun 09, 2021 at 08:34:27AM +0200, Thomas Hellström wrote: A couple of patches from Chris which implement pipelined migration and clears by atomically writing

Re: [Intel-gfx] [PATCH v2 0/9] Prereqs for TTM accelerated migration

2021-06-09 Thread Matthew Auld
On 09/06/2021 13:16, Thomas Hellström wrote: On 6/9/21 1:48 PM, Daniel Vetter wrote: On Wed, Jun 09, 2021 at 08:34:27AM +0200, Thomas Hellström wrote: A couple of patches from Chris which implement pipelined migration and clears by atomically writing the PTEs in place before performing the

Re: [Intel-gfx] [PATCH v2 0/9] Prereqs for TTM accelerated migration

2021-06-09 Thread Thomas Hellström
On 6/9/21 1:48 PM, Daniel Vetter wrote: On Wed, Jun 09, 2021 at 08:34:27AM +0200, Thomas Hellström wrote: A couple of patches from Chris which implement pipelined migration and clears by atomically writing the PTEs in place before performing the actual blit. Some ww utilities mainly for the

Re: [Intel-gfx] [PATCH v2 0/9] Prereqs for TTM accelerated migration

2021-06-09 Thread Daniel Vetter
On Wed, Jun 09, 2021 at 08:34:27AM +0200, Thomas Hellström wrote: > A couple of patches from Chris which implement pipelined migration and > clears by atomically writing the PTEs in place before performing the > actual blit. > > Some ww utilities mainly for the accompanying selftests added by

[PATCH v2 0/9] Prereqs for TTM accelerated migration

2021-06-09 Thread Thomas Hellström
A couple of patches from Chris which implement pipelined migration and clears by atomically writing the PTEs in place before performing the actual blit. Some ww utilities mainly for the accompanying selftests added by Thomas, as well as modified the above patches for ww locking- and lmem support.