]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/bridge: lt9211: Convert to use maple tree register cache
authorMark Brown <broonie@kernel.org>
Sun, 1 Oct 2023 10:24:49 +0000 (11:24 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 2 Oct 2023 07:09:19 +0000 (09:09 +0200)
commiteae0cfcce3cd10a9189bf46934de9bde7ad7b2d0
tree4c5a38f533a5a6a271d0340a1a608c5c47c0f708
parentfb6f4f47dd4a71a0394d346eda7589dd9397c4bc
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
drivers/gpu/drm/bridge/lontium-lt9211.c