Re: [PATCH 04/11] drm/ttm: add resource iterator v2

2022-02-14 Thread Felix Kuehling
Am 2022-02-14 um 04:34 schrieb 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 Signed-off-by: Christian König Tested-by: Bas Nieuwenhuizen Reviewed-by: Daniel Vetter ---

[PATCH 04/11] drm/ttm: add resource iterator v2

2022-02-14 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 Signed-off-by: Christian König Tested-by: Bas Nieuwenhuizen Reviewed-by: Daniel Vetter --- drivers/gpu/drm/ttm/ttm_bo.c | 41 ++-