drm/vc4: hvs: Remove planes currently allocated before taking down
authorMaxime Ripard <maxime@cerno.tech>
Mon, 11 Jul 2022 17:38:46 +0000 (19:38 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 13 Jul 2022 08:46:07 +0000 (10:46 +0200)
commit398e7ceae6886eaa29babcc0ac8f343e48262716
tree49de149bef5fd53ef038a7bf2af184eafa3cd8fc
parent969cfae1f01d03aee7a87e41d5313e65db4a9c0c
drm/vc4: hvs: Remove planes currently allocated before taking down

When the HVS driver is unbound, a lot of memory allocations in the LBM and
DLIST RAM are still assigned to planes that are still allocated.

Thus, we hit a warning when calling drm_mm_takedown() since the memory pool
is not completely free of allocations.

Let's free all the currently live entries before calling drm_mm_takedown().

Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220711173939.1132294-17-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_hvs.c