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: tc358767: 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-tc358767-maple-v1-1-f759fcc4bd98@kernel.org

authored by

Mark Brown and committed by
Neil Armstrong
4dd93686 9a9f6fb5

+1 -1
+1 -1
drivers/gpu/drm/bridge/tc358767.c
··· 2005 2005 .val_bits = 32, 2006 2006 .reg_stride = 4, 2007 2007 .max_register = PLL_DBG, 2008 - .cache_type = REGCACHE_RBTREE, 2008 + .cache_type = REGCACHE_MAPLE, 2009 2009 .readable_reg = tc_readable_reg, 2010 2010 .volatile_table = &tc_volatile_table, 2011 2011 .writeable_reg = tc_writeable_reg,