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

2023-10-02 Thread Neil Armstrong
Hi, On Sun, 01 Oct 2023 01:43:13 +0200, 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. > >

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

2023-10-02 Thread Neil Armstrong
On 01/10/2023 01:43, 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 ---

[PATCH] drm/bridge: tc358767: 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/tc358767.c | 2 +- 1