Re: [PATCH 1/8] drm/ttm: Allow TTM LRU list nodes of different types

2024-04-08 Thread Thomas Hellström
Hi, Christian. Thanks for reviewing. On Fri, 2024-04-05 at 14:34 +0200, Christian König wrote: > Am 29.03.24 um 15:57 schrieb Thomas Hellström: > > To be able to handle list unlocking while traversing the LRU > > list, we want the iterators not only to point to the next > > position of the list

Re: [PATCH 1/8] drm/ttm: Allow TTM LRU list nodes of different types

2024-04-05 Thread Christian König
Am 29.03.24 um 15:57 schrieb Thomas Hellström: To be able to handle list unlocking while traversing the LRU list, we want the iterators not only to point to the next position of the list traversal, but to insert themselves as list nodes at that point to work around the fact that the next node

[PATCH 1/8] drm/ttm: Allow TTM LRU list nodes of different types

2024-03-29 Thread Thomas Hellström
To be able to handle list unlocking while traversing the LRU list, we want the iterators not only to point to the next position of the list traversal, but to insert themselves as list nodes at that point to work around the fact that the next node might otherwise disappear from the list while the