Re: RESEND Re: [PATCH v4 1/2] drm/ttm: Move swapped objects off the manager's LRU list

2024-10-09 Thread Thomas Hellström
On Mon, 2024-10-07 at 10:54 +0200, Christian König wrote: > My r-b still hold for this series. Please merge it through whatever > branch you are comfortable with. > > And sorry for the delay, I'm still on sick leave (dentist problems). > > Regards, > Christian. Thanks. Pushed to drm-misc-next.

Re: RESEND Re: [PATCH v4 1/2] drm/ttm: Move swapped objects off the manager's LRU list

2024-10-07 Thread Christian König
My r-b still hold for this series. Please merge it through whatever branch you are comfortable with. And sorry for the delay, I'm still on sick leave (dentist problems). Regards, Christian. Am 02.10.24 um 13:44 schrieb Thomas Hellström: Hi, Christian, Gentle ping on this one as well. Thanks,

Re: RESEND Re: [PATCH v4 1/2] drm/ttm: Move swapped objects off the manager's LRU list

2024-10-02 Thread Thomas Hellström
Hi, Christian, Gentle ping on this one as well. Thanks, Thomas On Thu, 2024-09-19 at 17:24 +0200, Thomas Hellström wrote: > Hi Christian, > > Ping? > > /Thomas > > > On Thu, 2024-09-12 at 15:40 +0200, Thomas Hellström wrote: > > Hi, Christian, > > > > On Wed, 2024-09-04 at 12:47 +0200, Chri

RESEND Re: [PATCH v4 1/2] drm/ttm: Move swapped objects off the manager's LRU list

2024-09-19 Thread Thomas Hellström
Hi Christian, Ping? /Thomas On Thu, 2024-09-12 at 15:40 +0200, Thomas Hellström wrote: > Hi, Christian, > > On Wed, 2024-09-04 at 12:47 +0200, Christian König wrote: > > Am 04.09.24 um 10:54 schrieb Thomas Hellström: > > > On Wed, 2024-09-04 at 10:50 +0200, Christian König wrote: > > > > Am 04

Re: [PATCH v4 1/2] drm/ttm: Move swapped objects off the manager's LRU list

2024-09-12 Thread Thomas Hellström
Hi, Christian, On Wed, 2024-09-04 at 12:47 +0200, Christian König wrote: > Am 04.09.24 um 10:54 schrieb Thomas Hellström: > > On Wed, 2024-09-04 at 10:50 +0200, Christian König wrote: > > > Am 04.09.24 um 09:08 schrieb Thomas Hellström: > > > > Resources of swapped objects remains on the TTM_PL_SY

Re: [PATCH v4 1/2] drm/ttm: Move swapped objects off the manager's LRU list

2024-09-04 Thread Christian König
Am 04.09.24 um 10:54 schrieb Thomas Hellström: On Wed, 2024-09-04 at 10:50 +0200, Christian König wrote: Am 04.09.24 um 09:08 schrieb Thomas Hellström: Resources of swapped objects remains on the TTM_PL_SYSTEM manager's LRU list, which is bad for the LRU walk efficiency. Rename the device-wide

Re: [PATCH v4 1/2] drm/ttm: Move swapped objects off the manager's LRU list

2024-09-04 Thread Thomas Hellström
On Wed, 2024-09-04 at 10:50 +0200, Christian König wrote: > Am 04.09.24 um 09:08 schrieb Thomas Hellström: > > Resources of swapped objects remains on the TTM_PL_SYSTEM manager's > > LRU list, which is bad for the LRU walk efficiency. > > > > Rename the device-wide "pinned" list to "unevictable" a

Re: [PATCH v4 1/2] drm/ttm: Move swapped objects off the manager's LRU list

2024-09-04 Thread Christian König
Am 04.09.24 um 09:08 schrieb Thomas Hellström: Resources of swapped objects remains on the TTM_PL_SYSTEM manager's LRU list, which is bad for the LRU walk efficiency. Rename the device-wide "pinned" list to "unevictable" and move also resources of swapped-out objects to that list. An alternativ

[PATCH v4 1/2] drm/ttm: Move swapped objects off the manager's LRU list

2024-09-04 Thread Thomas Hellström
Resources of swapped objects remains on the TTM_PL_SYSTEM manager's LRU list, which is bad for the LRU walk efficiency. Rename the device-wide "pinned" list to "unevictable" and move also resources of swapped-out objects to that list. An alternative would be to create an "UNEVICTABLE" priority to