drm/tests: mm: Call drm_mm_print in drm_test_mm_debug
authorMichał Winiarski <michal.winiarski@intel.com>
Tue, 16 Jan 2024 17:46:02 +0000 (18:46 +0100)
committerMaxime Ripard <mripard@kernel.org>
Wed, 17 Jan 2024 09:27:51 +0000 (10:27 +0100)
commit3eb791c891aa91603a5fbbfea940f8acf5f17d45
tree37d25405ee45763c60e34ac636da758d7f263712
parent0a8c1feed387f8460b8b65fc46fb3608afa7512e
drm/tests: mm: Call drm_mm_print in drm_test_mm_debug

The original intent behind the test was to sanity check whether calling
the debug iterator (drm_mm_print) doesn't cause any problems.
Unfortunately - this call got accidentally removed during KUnit
transition. Restore it.

Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240116174602.1019512-1-michal.winiarski@intel.com
drivers/gpu/drm/tests/drm_mm_test.c