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

authored by

Mark Brown and committed by
Neil Armstrong
0908a022 eae0cfcc

+1 -1
+1 -1
drivers/gpu/drm/bridge/ti-sn65dsi83.c
··· 233 233 .rd_table = &sn65dsi83_readable_table, 234 234 .wr_table = &sn65dsi83_writeable_table, 235 235 .volatile_table = &sn65dsi83_volatile_table, 236 - .cache_type = REGCACHE_RBTREE, 236 + .cache_type = REGCACHE_MAPLE, 237 237 .max_register = REG_IRQ_STAT, 238 238 }; 239 239