Re: [PATCH 0/1] drm: Add a gpu page-table walker

2023-02-27 Thread Stanislaw Gruszka
On Mon, Feb 27, 2023 at 09:09:14AM +0100, Thomas Hellström wrote: > Hi, Oded. > > On 2/26/23 19:56, Oded Gabbay wrote: > > On Thu, Feb 23, 2023 at 8:50 PM Alex Deucher wrote: > > > On Thu, Feb 23, 2023 at 10:03 AM Thomas Hellström > > > wrote: > > > > Hi, Daniel, > > > > > > > > On 2/16/23

Re: [PATCH 0/1] drm: Add a gpu page-table walker

2023-02-27 Thread Thomas Hellström
Hi, Oded. On 2/26/23 19:56, Oded Gabbay wrote: On Thu, Feb 23, 2023 at 8:50 PM Alex Deucher wrote: On Thu, Feb 23, 2023 at 10:03 AM Thomas Hellström wrote: Hi, Daniel, On 2/16/23 21:18, Daniel Vetter wrote: On Thu, Feb 16, 2023 at 05:27:28PM +0100, Thomas Hellström wrote: A slightly

Re: [PATCH 0/1] drm: Add a gpu page-table walker

2023-02-27 Thread Thomas Hellström
Hi, On 2/23/23 19:50, Alex Deucher wrote: On Thu, Feb 23, 2023 at 10:03 AM Thomas Hellström wrote: Hi, Daniel, On 2/16/23 21:18, Daniel Vetter wrote: On Thu, Feb 16, 2023 at 05:27:28PM +0100, Thomas Hellström wrote: A slightly unusual cover letter for a single patch. The page table walker

Re: [PATCH 0/1] drm: Add a gpu page-table walker

2023-02-26 Thread Oded Gabbay
On Thu, Feb 23, 2023 at 8:50 PM Alex Deucher wrote: > > On Thu, Feb 23, 2023 at 10:03 AM Thomas Hellström > wrote: > > > > Hi, Daniel, > > > > On 2/16/23 21:18, Daniel Vetter wrote: > > > On Thu, Feb 16, 2023 at 05:27:28PM +0100, Thomas Hellström wrote: > > >> A slightly unusual cover letter for

Re: [PATCH 0/1] drm: Add a gpu page-table walker

2023-02-23 Thread Alex Deucher
On Thu, Feb 23, 2023 at 10:03 AM Thomas Hellström wrote: > > Hi, Daniel, > > On 2/16/23 21:18, Daniel Vetter wrote: > > On Thu, Feb 16, 2023 at 05:27:28PM +0100, Thomas Hellström wrote: > >> A slightly unusual cover letter for a single patch. > >> > >> The page table walker is currently used by

Re: [PATCH 0/1] drm: Add a gpu page-table walker

2023-02-23 Thread Thomas Hellström
Hi, Daniel, On 2/16/23 21:18, Daniel Vetter wrote: On Thu, Feb 16, 2023 at 05:27:28PM +0100, Thomas Hellström wrote: A slightly unusual cover letter for a single patch. The page table walker is currently used by the xe driver only, but the code is generic so we can be good citizens and add it

Re: [PATCH 0/1] drm: Add a gpu page-table walker

2023-02-16 Thread Daniel Vetter
On Thu, Feb 16, 2023 at 05:27:28PM +0100, Thomas Hellström wrote: > A slightly unusual cover letter for a single patch. > > The page table walker is currently used by the xe driver only, > but the code is generic so we can be good citizens and add it to drm > as a helper, for possible use by

[PATCH 0/1] drm: Add a gpu page-table walker

2023-02-16 Thread Thomas Hellström
A slightly unusual cover letter for a single patch. The page table walker is currently used by the xe driver only, but the code is generic so we can be good citizens and add it to drm as a helper, for possible use by other drivers, If so we can merge the commit when we merge the xe driver. The