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: icn6211: 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-chipone-maple-v1-1-fb3ce5a53710@kernel.org

authored by

Mark Brown and committed by
Neil Armstrong
fb6f4f47 4dd93686

+1 -1
+1 -1
drivers/gpu/drm/bridge/chipone-icn6211.c
··· 197 197 .val_bits = 8, 198 198 .rd_table = &chipone_dsi_readable_table, 199 199 .wr_table = &chipone_dsi_writeable_table, 200 - .cache_type = REGCACHE_RBTREE, 200 + .cache_type = REGCACHE_MAPLE, 201 201 .max_register = MIPI_ATE_STATUS(1), 202 202 }; 203 203