Re: RESEND Re: [PATCH v16 2/7] drm/ttm/pool, drm/ttm/tt: Provide a helper to shrink pages

2025-03-11 Thread Thomas Hellström
On Wed, 2025-03-05 at 10:10 +0100, Christian König wrote: > Yeah, it's sad but I probably won't find time for a deeper review > anytime soon. > > So feel free to add my Acked-by as well. > > Christian. Thanks, Christian, I added those acks and pushed the series. I discussed a bit with Dave and

Re: RESEND Re: [PATCH v16 2/7] drm/ttm/pool, drm/ttm/tt: Provide a helper to shrink pages

2025-03-06 Thread Thomas Hellström
On Wed, 2025-03-05 at 13:01 +1000, Dave Airlie wrote: > I've looked over the two patches mentioned here, I think they have > seen enough time and we need to unblock, > > Please add and merge them: > Acked-by: Dave Airlie > > Dave. Thanks for unblocking, Dave. Pushed to drm-misc-next yesterday.

Re: RESEND Re: [PATCH v16 2/7] drm/ttm/pool, drm/ttm/tt: Provide a helper to shrink pages

2025-03-05 Thread Christian König
Yeah, it's sad but I probably won't find time for a deeper review anytime soon. So feel free to add my Acked-by as well. Christian. Am 05.03.25 um 04:01 schrieb Dave Airlie: > I've looked over the two patches mentioned here, I think they have > seen enough time and we need to unblock, > > Please

Re: RESEND Re: [PATCH v16 2/7] drm/ttm/pool, drm/ttm/tt: Provide a helper to shrink pages

2025-03-04 Thread Dave Airlie
I've looked over the two patches mentioned here, I think they have seen enough time and we need to unblock, Please add and merge them: Acked-by: Dave Airlie Dave. On Tue, 25 Feb 2025 at 18:44, Thomas Hellström wrote: > > Hi, Christian, > > Ping? I'd really want to get this in before -rc6 > > T

RESEND Re: [PATCH v16 2/7] drm/ttm/pool, drm/ttm/tt: Provide a helper to shrink pages

2025-02-25 Thread Thomas Hellström
Hi, Christian, Ping? I'd really want to get this in before -rc6 Thanks, Thomas On Tue, 2025-02-18 at 16:40 +0100, Thomas Hellström wrote: > Hi, Christian, > > On Wed, 2025-02-05 at 15:02 +0100, Christian König wrote: > > Am 30.01.25 um 11:13 schrieb Thomas Hellström: > > > Provide a helper to

Re: [PATCH v16 2/7] drm/ttm/pool, drm/ttm/tt: Provide a helper to shrink pages

2025-02-18 Thread Thomas Hellström
Hi, Christian, On Wed, 2025-02-05 at 15:02 +0100, Christian König wrote: > Am 30.01.25 um 11:13 schrieb Thomas Hellström: > > Provide a helper to shrink ttm_tt page-vectors on a per-page > > basis. A ttm_backup backend could then in theory get away with > > allocating a single temporary page for e

Re: [PATCH v16 2/7] drm/ttm/pool, drm/ttm/tt: Provide a helper to shrink pages

2025-02-05 Thread Christian König
Am 30.01.25 um 11:13 schrieb Thomas Hellström: Provide a helper to shrink ttm_tt page-vectors on a per-page basis. A ttm_backup backend could then in theory get away with allocating a single temporary page for each struct ttm_tt. This is accomplished by splitting larger pages before trying to ba