commit | f2cd776436fd278203a6aac57d2d97ce9cd75b4f | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Fri Sep 29 16:16:41 2023 +0200 |
committer | Mark Brown <broonie@kernel.org> | Fri Sep 29 16:59:50 2023 +0200 |
tree | 332ea2557de0d50e7b7a3cf72b15304cdbb85bd1 | |
parent | 81260d33c985b52cd837bbe79a710166ce18138e [diff] |
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>