drm/vc4: tests: Introduce a test for LBM buffer size
authorMaxime Ripard <maxime@cerno.tech>
Fri, 14 Apr 2023 11:43:32 +0000 (13:43 +0200)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:01 +0000 (11:35 +0000)
commite785300053746ec130f6b38d44988db6be766d60
treef7d201312f8e888c7f5fef57b47e740a5a95bc9c
parent05787aa828f6824832b2cad37ad27ff14f62be57
drm/vc4: tests: Introduce a test for LBM buffer size

The BCM2712 comes with a different LBM size computation than the
previous generations, so let's add the few examples provided as kunit
tests to make sure we always satisfy those requirements.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/vc4/Makefile
drivers/gpu/drm/vc4/tests/vc4_test_lbm_size.c [new file with mode: 0644]
drivers/gpu/drm/vc4/tests/vc4_test_pv_muxing.c