Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/vc4: Improve the KUnit documentation

The command-line can be expressed using a code-block, and we were
missing which architectures were available.

Suggested-by: Maíra Canal <mcanal@igalia.com>
Reviewed-by: Maíra Canal <mcanal@igalia.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20221208094727.2848310-1-maxime@cerno.tech

+5 -2
+5 -2
Documentation/gpu/vc4.rst
··· 61 61 integration tests. 62 62 63 63 These tests are using a mock driver and can be ran using the 64 - command:: 65 - ./tools/testing/kunit/kunit.py run \ 64 + command below, on either arm or arm64 architectures, 65 + 66 + .. code-block:: bash 67 + 68 + $ ./tools/testing/kunit/kunit.py run \ 66 69 --kunitconfig=drivers/gpu/drm/vc4/tests/.kunitconfig \ 67 70 --cross_compile aarch64-linux-gnu- --arch arm64 68 71