Re: [PATCH] drm/bridge: icn6211: Convert to use maple tree register cache

2023-10-02 Thread Neil Armstrong
Hi, On Sun, 01 Oct 2023 00:46:38 +0100, Mark Brown wrote: > The maple tree register cache is based on a much more modern data structure > than the rbtree cache and makes optimisation choices which are probably > more appropriate for modern systems than those made by the rbtree cache. > > Thanks

Re: [PATCH] drm/bridge: icn6211: Convert to use maple tree register cache

2023-10-02 Thread Neil Armstrong
On 01/10/2023 01:46, Mark Brown wrote: The maple tree register cache is based on a much more modern data structure than the rbtree cache and makes optimisation choices which are probably more appropriate for modern systems than those made by the rbtree cache. Signed-off-by: Mark Brown --- dri

[PATCH] drm/bridge: icn6211: Convert to use maple tree register cache

2023-09-30 Thread Mark Brown
The maple tree register cache is based on a much more modern data structure than the rbtree cache and makes optimisation choices which are probably more appropriate for modern systems than those made by the rbtree cache. Signed-off-by: Mark Brown --- drivers/gpu/drm/bridge/chipone-icn6211.c | 2