Re: [PATCH 2/2] drm/panel: ili9322: Convert to use maple tree register cache

2023-10-02 Thread Neil Armstrong
On 01/10/2023 12:24, 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 2/2] drm/panel: ili9322: Convert to use maple tree register cache

2023-10-01 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/panel/panel-ilitek-ili9322.c