Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/bridge: lt9211: Convert to use maple tree register cache

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 <broonie@kernel.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20231001-drm-lt9211-maple-v1-1-1cf74fb10991@kernel.org

authored by

Mark Brown and committed by
Neil Armstrong
eae0cfcc fb6f4f47

+1 -1
+1 -1
drivers/gpu/drm/bridge/lontium-lt9211.c
··· 89 89 .volatile_table = &lt9211_rw_table, 90 90 .ranges = &lt9211_range, 91 91 .num_ranges = 1, 92 - .cache_type = REGCACHE_RBTREE, 92 + .cache_type = REGCACHE_MAPLE, 93 93 .max_register = 0xda00, 94 94 }; 95 95