Re: [PATCH 2/6] drm/ttm: add resource iterator v3

2022-02-15 Thread Felix Kuehling
On 2022-02-15 12:22, Christian König wrote: Instead of duplicating that at different places add an iterator over all the resources in a resource manager. v2: add lockdep annotation and kerneldoc v3: fix various bugs pointed out by Felix Signed-off-by: Christian König Tested-by: Bas Nieuwenhuiz

[PATCH 2/6] drm/ttm: add resource iterator v3

2022-02-15 Thread Christian König
Instead of duplicating that at different places add an iterator over all the resources in a resource manager. v2: add lockdep annotation and kerneldoc v3: fix various bugs pointed out by Felix Signed-off-by: Christian König Tested-by: Bas Nieuwenhuizen Reviewed-by: Daniel Vetter (v3) --- driv