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

2023-10-02 Thread Neil Armstrong
Hi, On Sun, 01 Oct 2023 01:42:24 +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. > > Thanks

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

2023-10-02 Thread Neil Armstrong
On 01/10/2023 01:42, 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: dpc3433: 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/ti-dlpc3433.c | 2 +-