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

2023-10-02 Thread Neil Armstrong
Hi, On Fri, 29 Sep 2023 14:54:19 +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: adv7511: Convert to use maple tree register cache

2023-10-01 Thread Mark Brown
On Sat, Sep 30, 2023 at 12:38:17AM +0300, Laurent Pinchart wrote: > Out of curiosity, is this part of an effort to drop the rbtree cache ? Probably, yes - there's probably some drivers where it will make sense. signature.asc Description: PGP signature

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

2023-09-29 Thread Laurent Pinchart
Hi Mark, Thank you for the patch. On Fri, Sep 29, 2023 at 02:54:19PM +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 ma

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

2023-09-29 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/adv7511/adv7511_drv.c