drm/bridge: adv7511: Convert to use maple tree register cache
authorMark Brown <broonie@kernel.org>
Fri, 29 Sep 2023 12:54:19 +0000 (14:54 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 2 Oct 2023 07:09:16 +0000 (09:09 +0200)
commit86c3331c8089ac1cf231825f406c4bf8afd9f3a2
treea855de5fabb9da5e7ab5475fd0bf5363c01ae195
parent91951d36c2231c84be8266b2e852e59a552e66d0
drm/bridge: adv7511: 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: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230929-drm-adv7511-v1-1-b871b28ee594@kernel.org
drivers/gpu/drm/bridge/adv7511/adv7511_drv.c