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: dpc3433: 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-dlpc3433-maple-v1-1-7d71170c010b@kernel.org

authored by

Mark Brown and committed by
Neil Armstrong
9a9f6fb5 86c3331c

+1 -1
+1 -1
drivers/gpu/drm/bridge/ti-dlpc3433.c
··· 100 100 .max_register = WR_DSI_PORT_EN, 101 101 .writeable_noinc_reg = dlpc_writeable_noinc_reg, 102 102 .volatile_table = &dlpc_volatile_table, 103 - .cache_type = REGCACHE_RBTREE, 103 + .cache_type = REGCACHE_MAPLE, 104 104 .name = "dlpc3433", 105 105 }; 106 106