]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/rockchip: vop2: Convert to use maple tree register cache
authorMark Brown <broonie@kernel.org>
Sat, 30 Sep 2023 23:42:50 +0000 (01:42 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 9 Oct 2023 19:25:14 +0000 (21:25 +0200)
commit3d59c22bbb8d03f3f14e6d0845d44c146fb48f35
tree69b61305f0aa540a1bb84bc09c6f7db630107d71
parenteb23cffdd7f085149799e5eda12a9aff792cc34d
drm/rockchip: vop2: 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>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20231001-drm-rockchip-maple-v1-1-ca396ab75be7@kernel.org
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c